https://github.com/jeromelin/vantr-next
https://github.com/jeromelin/vantr-next
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeromelin/vantr-next
- Owner: JeromeLin
- Created: 2021-11-10T08:16:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T08:39:59.000Z (almost 5 years ago)
- Last Synced: 2025-05-31T05:17:52.925Z (about 1 year ago)
- Homepage: https://vantr.vercel.app
- Size: 276 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vantr
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Build library via `father-build`,
```bash
$ npm run build
```