Frontend client for Utopia, a virtual campus of NITT built for the freshers of NITT as a part of Orientation'21.
- Node v14 LTS Download Link
- NPM
- Rust (wasm-pack) Download Link
- Clone the repository
git clone clone git@github.com:delta/orientation-frontend.git
- Generate wasm files
npm run build-wasm
- Install all dependencies
npm install
- You can run the app using the command
npm run start