2
0
Fork 0
inspin.io/README.md

19 lines
377 B
Markdown
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
## Inspin Digital
Creating a more decentralized web.
---
### Setup
Install dependencies, start development server, build application, preview production build:
```bash
# npm
npm install
npm run dev
npm run build
npm run preview
```
Check out the <a href="https://nuxt.com/docs/getting-started/deployment" target="_BLANK">deployment documentation</a> for more information.