Frontend for the Poniverse website
- Install Node.js
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
-
Install this NPM package globally
npm install -g webpack
Refer to these instructions on how to not require sudo
TODO