Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 456 Bytes

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

🐐