https://github.com/firestreaker2/guesstheerror
A web based quiz for guessing error codes.
https://github.com/firestreaker2/guesstheerror
http-error nextjs quiz reactjs
Last synced: 16 days ago
JSON representation
A web based quiz for guessing error codes.
- Host: GitHub
- URL: https://github.com/firestreaker2/guesstheerror
- Owner: FireStreaker2
- License: mit
- Created: 2023-05-08T00:16:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T18:57:44.000Z (over 2 years ago)
- Last Synced: 2025-01-18T00:12:09.009Z (over 1 year ago)
- Topics: http-error, nextjs, quiz, reactjs
- Language: JavaScript
- Homepage: https://guesstheerror.firestreaker2.gq
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Selfhosting
I'm not sure why you would selfhost this, but you can if you want. Make sure you have Node.js already installed.
```bash
$ git clone https://github.com/FireStreaker2/GuessTheError.git
$ cd GuessTheError
$ npm i
```
For developing:
```bash
$ npm run dev
```
For production:
```bash
$ npm run build
$ npm start
```
## Contributing
If you would like to contribute, you can fork the repo and make a PR, or contact me via email @ ``suggestions@firestreaker2.gq``
## Credits
inspiration
## License
MIT