🎮 The code behind Unkn0wnCat.net
Find a file
2020-12-03 04:26:37 +00:00
.github Create FUNDING.yml 2020-11-15 23:32:09 +01:00
.idea
content
dist
src
workers-site
.env.dist
.gitignore
.prettierignore
.prettierrc
gatsby-browser.js
gatsby-config.js
gatsby-node.js
gatsby-ssr.js
LICENSE
package-lock.json Bump prettier from 2.1.2 to 2.2.1 2020-12-03 04:26:37 +00:00
package.json Bump prettier from 2.1.2 to 2.2.1 2020-12-03 04:26:37 +00:00
README.md
wrangler.toml

Unkn0wnCat.net

Made using Gatsby and Cloudflare Workers Update Site

This repository contains the code used to run the website Unkn0wnCat.net.

Notes

You need to copy the file .env.dist to .env and fill in an YouTube API Key or set the YOUTUBE_API_KEY environment variable on your system for this site to work properly.

Important Commands

npm run develop

This starts an development server with hot reloading.

npm run deploy

Builds the site and deploys it to Cloudflare Workers.

Important Directories

/content

Contains all dynamic texts used for the site.

/src

Contains all the sites react-code.

/src/images

Contains the sites images.