https://github.com/parrotmac/inox
https://github.com/parrotmac/inox
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parrotmac/inox
- Owner: parrotmac
- License: mit
- Created: 2018-12-31T20:11:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T00:55:32.000Z (over 1 year ago)
- Last Synced: 2025-01-24T04:46:38.497Z (12 months ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Inox - Frontend
Frontend for the [Rusted Project](https://github.com/parrotmac/rusted)
---
### Getting Started
```bash
cd fe
npm install # if first run or dependencies have changed
```
**Start Dev Server:**
`npm run start` (From `fe/` directory)
### Lint Checks
`npm run lint`