- Nix installed
To setup the development environment, type:
nix-shell shell.nix
cd server
npm install
Inside the server directory, type:
npm run create:db:dev
cd ../client
npm install
Now you're ready to start development, run the following command inside the client directory:
npm run start:dev
MIT.