Skip to content

ElectronicCats/tinytapeout_www

 
 

Repository files navigation

Tiny Tapeout website

Contribution instructions:

After testing your contribution works, please make a pull request. Thanks!

Developing the cloudflare functions (dynamic content)

You'll need a recent version of node.js and npm. First, install wrangler:

npm i -g @cloudflare/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).

Adding redirects

Add a line to static/_redirects

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.7%
  • HTML 34.4%
  • JavaScript 8.2%
  • CSS 7.7%