- Nix installed
To setup the development environment, type:
nix-shell shell.nixcd server
npm installInside the server directory, type:
npm run create:db:devcd ../client
npm installNow you're ready to start development, run the following command inside the client directory:
npm run start:devMIT.