Skip to content
Snippets Groups Projects
Commit 9e2f6ddd authored by Duy Minh Vo's avatar Duy Minh Vo
Browse files

docs(README.md): add quickstart tutorial [skip-ci]

parent 0ffa5d8d
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,21 @@
Repository built for integrating Piveau Frontend apps and
components in the form of a monorepo.
## Quickstart
### Prerequisites
- [Node.js](https://nodejs.org/en/) (version 18 or higher)
### Running the demo app
```
cp apps/modules-demo/config/user-config.sample.js apps/modules-demo/config/user-config.js
npm ci
npm run dev
```
## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment