https://github.com/mahcodes/smart-erp-docs
https://github.com/mahcodes/smart-erp-docs
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahcodes/smart-erp-docs
- Owner: MAHcodes
- License: gpl-3.0
- Created: 2023-08-10T14:22:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T06:47:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T12:47:34.644Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mahcodes.github.io/smart-erp-docs/
- Size: 628 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smart-erp-docs
## how to build
1. clone the repo
```
git clone https://github.com/MAHcodes/smart-erp-docs
```
2. cd into the repo
```
cd smart-erp-docs
```
3. install dependencies
```
npm i
```
4. build
```
npm run build
```
this will generate an optimized production build under a new directory `./build/`
5. serve the production build
```
npm run serve
```