https://github.com/codingcodax/xkcd
https://github.com/codingcodax/xkcd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingcodax/xkcd
- Owner: codingcodax
- Created: 2022-09-19T18:37:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T19:10:09.000Z (over 2 years ago)
- Last Synced: 2025-02-17T01:32:12.054Z (4 months ago)
- Language: TypeScript
- Homepage: xkcd-mofj.vercel.app
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [xkcd-cc.vercel.app](https://xkcd-cc.vercel.app/)
## This site is built using:
- [Next.js](https://nextjs.org/)
- [Next UI](https://nextui.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Next SEO](https://github.com/garmeeh/next-seo)## Runnning the project locally
- Clone the project locally: `git clone https://github.com/codingcodax/xkcd`
- Install the dependencies: `npm install`
- Run the development server: `npm run dev`
- Finally open `[localhost:3000](http://localhost:3000/)`## Learn more
If you're interested in contributing, or just interested in the main tools I'm using, you can check them out via the links below.
- [Next.js Docs](https://nextjs.org/docs/getting-started) - learn about Next.js features and API.
- [Stitches](https://stitches.dev/docs/installation) - learn about Stitches features and API.