This is Camilla's personal for testing out new tech
You can reach the deployed version at http://cmd.fyi.
- Use the correct Node version specified in
.nvmrc
by running (needsnvm
to be installed)
$ nvm use
- Install the dependencies
$ npm install
- Run the Remix development server
$ npm run dev
Your file changes are watched, and assets are rebuilt upon change.
Open up http://localhost:3000 and you should be ready to go!