Source code for the official Jason Plays website! 🎉 This project started with me (Khaoz-Topsy) building a quick website for Jason Plays and later demoing it.
Jason liked it enough to purchase his domain and after a bit of tinkering...
BAM, Jason Plays has a website! 🥳
- Clone this repository
- In the directory where the
package.json
file is, runnpm i
- Build up all the data and generate the site
npm run build
- Use
npm run dev
to view the compiled site locally on localhost:8080