Private clone of https://github.com/NYIGJ/timekeeper
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
components | 2 years ago | |
layouts | 2 years ago | |
pages | 2 years ago | |
static | 2 years ago | |
store | 2 years ago | |
.editorconfig | 2 years ago | |
.eslintrc.js | 2 years ago | |
.gitignore | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
LICENSE.txt | 2 years ago | |
README.md | 2 years ago | |
jsconfig.json | 2 years ago | |
nuxt.config.js | 2 years ago | |
package.json | 2 years ago | |
tailwind.config.js | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Timekeeper
An incremental game created for New Years Incremental Game Jam 2022.
Getting Started
With Volta installed:
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
For detailed explanation on how things work, check out the .
Architecture
A single-page web app made with Nuxt (a Vue app framework) and Tailwind