Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himself65/cyplanner
https://github.com/himself65/cyplanner
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himself65/cyplanner
- Owner: himself65
- Created: 2022-10-26T18:34:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T00:46:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T19:50:04.436Z (about 1 month ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyPlanner
## Getting started
> make sure you are using node.js 18+ version
```shell
corepack enable
pnpm install
# run frontend
pnpm --filter web run
```