https://github.com/embeddedt/cartographychampion
https://github.com/embeddedt/cartographychampion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/embeddedt/cartographychampion
- Owner: embeddedt
- Created: 2019-09-28T20:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T13:37:43.000Z (over 4 years ago)
- Last Synced: 2025-02-17T01:41:22.529Z (over 1 year ago)
- Language: JavaScript
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Delete the `built` folder before running either of these commands.
This project requires pnpm to be installed: `npm install -g pnpm`
# Running in dev mode
```
pnpm start
```
# Building the final version for pushing to GitHub.
```
pnpm run build
```