Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahcodes/smart-erp-docs
https://github.com/mahcodes/smart-erp-docs
Last synced: about 4 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-12T06:47:12.000Z (over 1 year ago)
- Last Synced: 2024-04-17T17:12:10.507Z (7 months ago)
- Language: JavaScript
- Homepage: https://mahcodes.github.io/smart-erp-docs/
- Size: 628 KB
- Stars: 0
- Watchers: 1
- 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
```