https://github.com/instantbox/instantbox-frontend
Get a clean, ready-to-go Linux box in seconds.
https://github.com/instantbox/instantbox-frontend
Last synced: 6 months ago
JSON representation
Get a clean, ready-to-go Linux box in seconds.
- Host: GitHub
- URL: https://github.com/instantbox/instantbox-frontend
- Owner: instantbox
- License: mit
- Created: 2018-12-10T06:13:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T06:28:25.000Z (about 1 year ago)
- Last Synced: 2024-04-18T07:56:58.592Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://instantbox.org
- Size: 2.29 MB
- Stars: 23
- Watchers: 6
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instantbox frontend
[](https://travis-ci.com/instantbox/instantbox-frontend)
[](https://hub.docker.com/r/instantbox/instantbox-frontend)
[](https://t.me/joinchat/HtYtxRSerOwrMLg_2_wZTQ)
[](LICENSE)## Introduction
This repository hosts the frontend component of [instantbox](https://github.com/instantbox/instantbox).
## Setup
### Clone
```shell
git clone https://github.com/instantbox/instantbox-frontend.git
```### Develop
```shell
npm install
npm start
```### Test
```shell
npm run lint
npm test
```### Package
```shell
npm run build
```## Contribute
See [CONTRIBUTING.md](https://github.com/instantbox/instantbox/blob/master/CONTRIBUTING.md)
## License
[MIT](LICENSE)