🎮 The code behind Unkn0wnCat.net
Find a file
2023-04-02 23:59:21 +02:00
.github/workflows Update deploy.yaml 2023-04-02 23:59:21 +02:00
.husky Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
src Add dark mode 2022-11-26 14:47:13 +01:00
.gitignore Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
.nvmrc Bump Node version 2022-11-26 04:57:19 +01:00
.prettierignore Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
.prettierrc.json Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
gatsby-config.ts Implement Videos Page 2022-11-26 14:24:14 +01:00
LICENSE Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
package.json Tweak design and add icons 2022-11-26 14:33:56 +01:00
README.md Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
tsconfig.json Initialize Nextgen Page 2022-11-26 03:47:56 +01:00
yarn.lock Tweak design and add icons 2022-11-26 14:33:56 +01: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.