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.
Go to file
pskfyi 4ad037a6ca feat: dynamic screen border colors 2022-01-14 23:38:53 -08:00
.github/workflows Initial Commit 2022-01-03 18:53:38 -05:00
components feat: use custom SVGs 2022-01-14 23:38:53 -08:00
layouts feat: dynamic screen border colors 2022-01-14 23:38:53 -08:00
pages feat: use custom SVGs 2022-01-14 23:38:53 -08:00
static Initial Commit 2022-01-03 18:53:38 -05:00
store feat: use custom SVGs 2022-01-14 23:38:53 -08:00
.editorconfig Initial Commit 2022-01-03 18:53:38 -05:00
.eslintrc.js lint: ignore page component names 2022-01-09 20:32:12 -08:00
.gitignore Initial Commit 2022-01-03 18:53:38 -05:00
.prettierignore Initial Commit 2022-01-03 18:53:38 -05:00
.prettierrc Initial Commit 2022-01-03 18:53:38 -05:00
README.md chore: name update and readme update 2022-01-06 01:27:38 -08:00
jsconfig.json Initial Commit 2022-01-03 18:53:38 -05:00
nuxt.config.js fix: itch sucks 2022-01-12 18:59:47 -08:00
package.json "incremental.js" vuex store for shared state. See InfinityTester component for examples on how to modify the store; arbitarily many currencies can be controlled. 2022-01-06 14:31:09 -08:00
tailwind.config.js feat: use custom SVGs 2022-01-14 23:38:53 -08:00
yarn.lock "incremental.js" vuex store for shared state. See InfinityTester component for examples on how to modify the store; arbitarily many currencies can be controlled. 2022-01-06 14:31:09 -08:00

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