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 225d7e3c09 "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
.github/workflows Initial Commit 2022-01-03 18:53:38 -05:00
components "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
pages feat: first draft of layout 2022-01-06 16:02:19 -05:00
static Initial Commit 2022-01-03 18:53:38 -05:00
store "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
.editorconfig Initial Commit 2022-01-03 18:53:38 -05:00
.eslintrc.js Initial Commit 2022-01-03 18:53:38 -05: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 chore: wire up fontawesome 2022-01-06 17:05:50 -05: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
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