net64-mod / net64-mod.github.io

Net64 project website
https://net64-mod.github.io
MIT License
7 stars 2 forks source link

Net64 Website

Official website for Net64, a Super Mario 64 mod for playing online.

Developing

A nodejs >= 6.0.0 setup with yarn is recommended.

# install dependencies
yarn

# ...or, for npm
npm install

# serve with hot reload at localhost:8000
npm start

# build for production
npm run build

# build for production and push to gh-pages branch
npm run deploy

Credits

Built with Gatsby - the blazing-fast static site generator for React.