mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
🎮 The code behind Unkn0wnCat.net
Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.14 to 2.3.16. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.3.16/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.github/workflows | ||
.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 | ||
package.json | ||
README.md | ||
wrangler.toml |
Unkn0wnCat.net
Made using Gatsby and Cloudflare Workers
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.