https://github.com/avasdao/studio
Nexa Builder Studio
https://github.com/avasdao/studio
blockchain devops devops-platform devops-tools
Last synced: 5 days ago
JSON representation
Nexa Builder Studio
- Host: GitHub
- URL: https://github.com/avasdao/studio
- Owner: avasdao
- Created: 2025-05-11T02:58:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-05-11T03:14:46.000Z (9 months ago)
- Last Synced: 2025-08-01T23:00:40.091Z (6 months ago)
- Topics: blockchain, devops, devops-platform, devops-tools
- Language: Vue
- Homepage: https://nexa.studio
- Size: 371 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXA.js Vue + TypeScript Boilerplate
Look at the [NEXA.js documentation](https://docs.nexajs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Check out the [deployment documentation](https://docs.nexajs.org/deployment) for more information.