You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
isark a6c099c6b5
Updated readme, yarn.lock, package.json
2 years ago
.vscode Some progress on the overlay state machine 2 years ago
src some cleanup of the messy overlay state machine 2 years ago
src-tauri some cleanup of the messy overlay state machine 2 years ago
.gitignore Updated readme, yarn.lock, package.json 2 years ago
README.md Updated readme, yarn.lock, package.json 2 years ago
angular.json initial commit, pre state machine implementation 2 years ago
package.json Updated readme, yarn.lock, package.json 2 years ago
tsconfig.app.json initial commit, pre state machine implementation 2 years ago
tsconfig.json initial commit, pre state machine implementation 2 years ago
yarn.lock Updated readme, yarn.lock, package.json 2 years ago

README.md

Prerequisites

Setup & Running

# yarn
yarn install
yarn dev

# npm
npm install
npm run dev