Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choi-jungwoo/noa-pro
https://github.com/choi-jungwoo/noa-pro
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/choi-jungwoo/noa-pro
- Owner: Choi-Jungwoo
- License: mit
- Created: 2022-03-10T15:44:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T15:44:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T11:24:00.986Z (2 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noa Pro
Noa's integrated back-office solution.
# Instructions
## Install Dependencies
```bash
yarn
```## Start
```bash
yarn dev
```## Build
```bash
yarn build
```