An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# klink

![logo](./public/icon.png) 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 |