Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahcodes/smart-erp-docs


https://github.com/mahcodes/smart-erp-docs

Last synced: about 4 hours ago
JSON representation

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
```