/pokegraphs

Pokemon pixel color graphs in javascript.

Primary LanguageJavaScript

pokegraphs

Pokemon pixel color graphs in javascript.

https://pokegraphs.surge.sh

How do I run this locally?

To run webpack and recompile javascripts on change:

  • Install all npm dependencies
    npm install

  • Start webpack dev server
    npm run server

  • Your shiny new pokegraphs site should live here! :D
    http://localhost:8081

Deploy?

Deploy to surge.sh with:

npm run deploy