Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Latest commit

 

History

History

README.md

Manager Dashboard

A web interface for create and manage projects, tutorials, groups for the MapSwipe.

Development

# Start web app
yarn start

# Build web app
yarn build

# Typescript check
yarn typecheck

# Eslint check
yarn lint

# Check unused files
yarn check-unused