Contribution instructions:
- fork this repository
- clone the forked repository recursively
- install hugo:
- linux:
snap install hugo
- other platforms: https://gohugo.io/getting-started/installing/
- linux:
- after cloning the repo, change to the new directory: cd tinytapeout_www
- start hugo server: hugo server
- access the website at http://localhost:1313
After testing your contribution works, please make a pull request. Thanks!
You only need this if you are working on dynamic content. It's not needed for static content.
You'll need a recent version of node.js and npm. First, install wrangler:
npm i -g wrangler
Then, you can run the functions locally with:
npm run dev
Note: for the static content to be served correctly, you need to run hugo
first (or hugo -w
to watch for changes).
Add a line to static/_redirects