Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibelius/ccsseraphini
cc @sseraphini
https://github.com/sibelius/ccsseraphini
Last synced: 25 days ago
JSON representation
cc @sseraphini
- Host: GitHub
- URL: https://github.com/sibelius/ccsseraphini
- Owner: sibelius
- Created: 2022-01-13T09:55:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T17:44:19.000Z (3 months ago)
- Last Synced: 2024-10-19T19:54:21.775Z (28 days ago)
- Language: TypeScript
- Homepage: https://ccsseraphini.vercel.app/
- Size: 17.8 MB
- Stars: 174
- Watchers: 10
- Forks: 50
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# cc @sseraphini / monorepo
[cc @sseraphini article](https://sibelius.substack.com/p/cc-sseraphini)
## Getting Started
This project uses [classic pnpm 1.x Workspaces](https://classic.yarnpkg.com/en/docs/workspaces)
To setup a local development, you can clone and run pnpm in the root of the project:
```bash
git clone https://github.com/sibelius/ccsseraphini
cd ccsseraphini
pnpm install
```This will install all dependencies for projects inside `apps/`
Now you can use `pnpm workspace` API to start a project:
```bash
pnpm workspace web dev # this will run 'apps/web/package.json' script called 'dev'
```