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 2b02298ae0
syncing the mess! Some preparating to handling world areas and 'plans'
2 years ago
.vscode Some progress on the overlay state machine 2 years ago
src Material and some minor cleanup 2 years ago
src-tauri syncing the mess! Some preparating to handling world areas and 'plans' 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 Material and some minor cleanup 2 years ago
package.json Material and some minor cleanup 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 Material and some minor cleanup 2 years ago

README.md

Prerequisites

Setup & Running

# yarn
yarn install
yarn dev

# npm
npm install
npm run dev