Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 408 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 408 Bytes

Fox Loves Stars

Try it at: http://foxlovesstars.coastlineexpat.com/ or https://se468.itch.io/fox-loves-stars

Steps:

yarn install
yarn dev

Lint:

tslint --project ./tsconfig.json

or autofix:
tslint --fix --project ./tsconfig.json
yarn lint

Create IOS (Capacitor):

npx cap add ios
npx cap sync