https://github.com/zilliqa/neo-savant-2
https://github.com/zilliqa/neo-savant-2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zilliqa/neo-savant-2
- Owner: Zilliqa
- Created: 2024-05-02T14:16:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:33:49.000Z (about 2 years ago)
- Last Synced: 2024-05-29T00:18:10.375Z (about 2 years ago)
- Language: Vue
- Size: 286 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo Savant (neo-savant)
Scilla online IDE
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).