sansthesis / jrpg-demographics

jrpgdemographics.com
https://jrpgdemographics.com
0 stars 0 forks source link

Static Site

To build the site locally:

yarn install
yarn start

To build the production version of the site:

yarn build

To deploy to gh-pages

yarn deploy