Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danuja01/wellnessroots-core
https://github.com/danuja01/wellnessroots-core
microservices monorepo turborepo
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danuja01/wellnessroots-core
- Owner: danuja01
- License: mit
- Created: 2023-03-25T13:04:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T05:14:39.000Z (over 1 year ago)
- Last Synced: 2023-12-09T13:27:56.051Z (11 months ago)
- Topics: microservices, monorepo, turborepo
- Language: JavaScript
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DS PROJECT -Y3S1
youtube video link- https://youtu.be/3p6TGeuybQ8
#GROUP MEMBERS
Group Leader - IT21113772 - M.E Katipearachchi
Member 2 - IT21143236 - Sachethana B. L. O
Member 3 - IT21131424 - Perera.P.Y.C
Member 4 - IT21023378 - Jayasuriya T. D. D. H## WellnessRoots
### Utilities
This monorepo has some additional tools already setup for you:
- [pnpm](https://www.npmjs.com/package/pnpm) for fast, disk space efficient package managment
- [ESLint](https://www.npmjs.com/package/eslint) for code linting
- [Prettier](https://www.npmjs.com/package/prettier) for code formatting
- [huskey](<[https://](https://www.npmjs.com/package/husky)>) for pre-commit managment### Develop
To develop all apps and packages, run the following command:
```
cd
pnpm run dev
```### Build
To build all apps and packages, run the following command:
```
cd
pnpm run build
```**‼️ You must build packages in packages folder before u run the application.**