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 daabaf2174 chore: name update and readme update 2022-01-06 01:27:38 -08:00
.github/workflows Initial Commit 2022-01-03 18:53:38 -05:00
components chore: remove boilerplate 2022-01-06 01:27:38 -08:00
pages lint: format 2022-01-06 01:27:38 -08:00
static Initial Commit 2022-01-03 18:53:38 -05:00
store Initial Commit 2022-01-03 18:53:38 -05: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: name update and readme update 2022-01-06 01:27:38 -08:00
package.json chore: name update and readme update 2022-01-06 01:27:38 -08:00
yarn.lock Initial Commit 2022-01-03 18:53:38 -05: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