This repo contains the source code of Ulysses.
This project was bootstrapped with Create React App.
$ nvm use # set the required node version
$ npm i # install dependencies
$ npm t # test in TDD mode
$ npm start # start a local web server
$ npm run deploy
🐐