Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 851 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 851 Bytes

jackfruit.games

The Jackfruit Games website 🌐

Quick start

You only need NodeJS.

git clone git@github.com:jackfruitgames/jackfruit.games.git
cd jackfruit.games
npm i
npm run start

The page is hosted on GitHub Pages.

# build and deploy to gh-pages branch
npm run deploy

Credits