https://github.com/toggle-corp/draw-over-image
Draw over image
https://github.com/toggle-corp/draw-over-image
Last synced: 3 months ago
JSON representation
Draw over image
- Host: GitHub
- URL: https://github.com/toggle-corp/draw-over-image
- Owner: toggle-corp
- Created: 2022-10-14T09:22:35.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-14T09:22:38.000Z (over 2 years ago)
- Last Synced: 2025-01-09T07:13:03.531Z (4 months ago)
- Language: TypeScript
- Size: 265 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base-react-app
Base React App
## Development
```bash
# Generate graphql files
yarn generate# Start web app
yarn start# Build web app
yarn build# Typescript check
yarn typecheck# Eslint check
yarn eslint# Check unused files
yarn check-unused# Run tests
yarn test
```