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

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 13:54:07 +00:00
.github Update update.yaml 2022-08-19 15:46:12 +02:00
content
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
.env.dist
.gitignore
.nvmrc
.prettierignore
.prettierrc.json Redesign layout and frontpage 2022-01-25 20:09:01 +01:00
gatsby-browser.js
gatsby-config.js Add service worker remover 2022-01-25 23:46:17 +01:00
gatsby-node.js
gatsby-ssr.js
LICENSE
package.json Bump gatsby-plugin-image from 2.16.1 to 2.21.0 2022-08-19 13:54:07 +00:00
README.md Redesign layout and frontpage 2022-01-25 20:09:01 +01:00
wrangler.toml
yarn.lock Bump gatsby-plugin-image from 2.16.1 to 2.21.0 2022-08-19 13:54:07 +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.