Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danuja01/wellnessroots-core


https://github.com/danuja01/wellnessroots-core

microservices monorepo turborepo

Last synced: 27 days ago
JSON representation

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.**