Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 281 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 281 Bytes

tanaka.world

The TANAKA WORLD

Get Started

$ npm ci
$ npm run dev

Test

# Unit Test
$ npm test

# E2E
$ npm run e2e:generate
$ npm run e2e:local

Deploy

Is deployed via GitHub Actions