Terrastories Next is Terrastories, built specifically for online use on modern web platforms.
- Clone repository
- Run
npm install
- Start dev server
npm run dev
Unit tests are written in Jest and live directly alongside their respective component files.
e2e tests are coming soon, and will live in /tests and contain full, end to end coverage.