🎮 The code behind Unkn0wnCat.net
Find a file
2020-10-24 15:29:09 +02:00
.github/workflows Update update.yaml 2020-09-03 13:48:46 +02:00
.idea Add initial code 2020-07-01 19:09:04 +02:00
content Add initial code 2020-07-01 19:09:04 +02:00
dist Add initial code 2020-07-01 19:09:04 +02:00
src Update index.module.scss 2020-07-04 15:42:30 +02:00
workers-site Add initial code 2020-07-01 19:09:04 +02:00
.env.dist Add initial code 2020-07-01 19:09:04 +02:00
.gitignore Add initial code 2020-07-01 19:09:04 +02:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
.prettierrc Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
gatsby-browser.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
gatsby-config.js Add initial code 2020-07-01 19:09:04 +02:00
gatsby-node.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
gatsby-ssr.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
package-lock.json Merge pull request #144 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-2.24.85 2020-10-24 15:29:09 +02:00
package.json Merge pull request #144 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-2.24.85 2020-10-24 15:29:09 +02:00
README.md Add Update Site badge 2020-07-03 03:19:21 +02:00
wrangler.toml Add initial code 2020-07-01 19:09:04 +02:00

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.