Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qlik-oss/sprout
https://github.com/qlik-oss/sprout
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qlik-oss/sprout
- Owner: qlik-oss
- License: apache-2.0
- Created: 2024-08-22T08:14:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:46:43.000Z (16 days ago)
- Last Synced: 2024-10-28T08:01:09.123Z (16 days ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sprout
Monorepo containing Sprout project.
## prerequisites
Monorepo is set up with the [Turborepo](https://turbo.build/) tooling.
Use [pnpm](https://pnpm.io/) as package manager.
Install dependencies
```shell
pnpm install
```