A delightful way to share, discuss, and annotate poetry.
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
MIT