https://github.com/krasimir/iloveweb
https://github.com/krasimir/iloveweb
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krasimir/iloveweb
- Owner: krasimir
- License: mit
- Created: 2022-10-13T05:35:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T20:00:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T17:23:47.292Z (6 months ago)
- Language: JavaScript
- Size: 5.91 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# I ❤️ Web
That's a small project that tests the knowledge on the Web platform. Go to [https://iloveweb.dev/](https://iloveweb.dev/) and try it yourself.
# Contribution
1. Check out the repository
2. Navigate to the `site` directory and run `yarn` followed by `yarn dev`
3. Go to [./site/lib/public/questions](./site/lib/public/questions) and pick the right file where you'll be adding your question.
4. Add a new entry and make sure that you have a random ID. Better open http://localhost:8080/get-id and get one from there.
5. Open http://localhost:8080/?q={your id} to see your questionOther tips:
* If you need to escape some code so you can add it to the text of the question go [here](https://daskalo.dev/escape).