Skip to content

paprikka/ulysses

Repository files navigation

This repo contains the source code of Ulysses.

Logo

This project was bootstrapped with Create React App.

Setup

$ nvm use # set the required node version
$ npm i   # install dependencies

Develop

$ npm t     # test in TDD mode

$ npm start # start a local web server

Deploy

$ npm run deploy

🐐