/virgil-cloned

A delightful way to share, discuss, and annotate poetry

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Virgil (working title)

A delightful way to share, discuss, and annotate poetry.

Build and Run

Virgil is written in Node and React.

First make sure you have Node and nvm. To build and start the server:

nvm install
nvm use
yarn install
yarn start

Then build the client:

yarn global add browserify watchify # if you don't already have them
cd client
yarn install
yarn run watch # for development mode
# or
yarn run build # for production mode

Finally, navigate to localhost:3000

License

MIT