Skip to content

michelmansour/virgil

Repository files navigation

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

About

A delightful way to share, discuss, and annotate poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published