🎮 The code behind Unkn0wnCat.net
Find a file
dependabot[bot] bfb9cf5b67
Bump gatsby-plugin-sharp from 4.17.0 to 4.21.0
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.17.0 to 4.21.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.21.0/packages/gatsby-plugin-sharp)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 13:53:23 +00:00
.github Update update.yaml 2022-08-19 15:46:12 +02:00
content Add initial code 2020-07-01 19:09:04 +02:00
dist Redesign layout and frontpage 2022-01-25 20:09:01 +01:00
src Fix 404 page 2022-01-26 14:17:57 +01:00
workers-site Redesign layout and frontpage 2022-01-25 20:09:01 +01:00
.editorconfig Upgrade dependencies and switch to yarn 2022-01-25 18:02:36 +01: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
.nvmrc Upgrade dependencies and switch to yarn 2022-01-25 18:02:36 +01:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2020-07-01 01:46:42 +02:00
.prettierrc.json Redesign layout and frontpage 2022-01-25 20:09:01 +01: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 service worker remover 2022-01-25 23:46:17 +01: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.json Bump gatsby-plugin-sharp from 4.17.0 to 4.21.0 2022-08-19 13:53:23 +00:00
README.md Redesign layout and frontpage 2022-01-25 20:09:01 +01:00
wrangler.toml Add initial code 2020-07-01 19:09:04 +02:00
yarn.lock Bump gatsby-plugin-sharp from 4.17.0 to 4.21.0 2022-08-19 13:53:23 +00: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.