Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 488 Bytes

Description

Template for Remix applications with Deck.gl and @nycplanning/streetscape (based on Chakra UI)

Dev setup

  • nvm use
  • npm i
  • npm run dev

E2E Testing

This application is currently configured to use Playwright for end to end testing.

Tests should be kept in the ./tests folder and can be run with the npm run test command.

The playwright.config is used to configure tests and can be used to select which browsers we run our tests on, including mobile.