https://github.com/descent098/klink
The codebase for klink.ca
https://github.com/descent098/klink
Last synced: 5 months ago
JSON representation
The codebase for klink.ca
- Host: GitHub
- URL: https://github.com/descent098/klink
- Owner: Descent098
- License: mit
- Created: 2025-04-01T09:59:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-22T23:26:22.000Z (8 months ago)
- Last Synced: 2025-08-16T22:42:59.539Z (5 months ago)
- Language: Astro
- Homepage: http://klink.games/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# klink
 klink is a site filled with simple drinking games for people to play. It's built using [astro](https://astro.build/), and was also home to multiple HTML 5 as-a-game-engine experiments. More details of which can be found in articles I've written here:
- https://kieranwood.ca/tech/blog/utf-8-games/
## Contributing
To contribute to the project, first check out the [wiki](https://github.com/Descent098/klink/wiki), it will have all the info you need to contribute!
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |