This repository has been archived on 2024-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
2022-01-06 09:23:15 +00:00
|
|
|
# Timekeeper
|
2022-01-03 23:53:38 +00:00
|
|
|
|
2022-01-06 09:23:15 +00:00
|
|
|
An incremental game created for [New Years Incremental Game Jam 2022](https://itch.io/jam/new-years-incremental-game-jam).
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
With [Volta](https://volta.sh/) installed:
|
2022-01-03 23:53:38 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
# install dependencies
|
|
|
|
$ yarn install
|
|
|
|
|
|
|
|
# serve with hot reload at localhost:3000
|
|
|
|
$ yarn dev
|
|
|
|
|
|
|
|
# generate static project
|
|
|
|
$ yarn generate
|
|
|
|
```
|
|
|
|
|
2022-01-06 09:23:15 +00:00
|
|
|
For detailed explanation on how things work, check out the .
|
2022-01-03 23:53:38 +00:00
|
|
|
|
2022-01-06 09:23:15 +00:00
|
|
|
## Architecture
|
2022-01-03 23:53:38 +00:00
|
|
|
|
2022-01-06 09:23:15 +00:00
|
|
|
A single-page web app made with [Nuxt](https://nuxtjs.org) (a [Vue](https://vuejs.org/) app framework) and [Tailwind](https://tailwindcss.com/)
|