2
0
Fork 0
Inspin Digital company website https://www.inspin.io/
 
 
 
 
Go to file
Ryan Moon ede77d12e8 initial commit 2024-08-15 08:28:47 -04:00
assets initial commit 2024-08-15 08:28:47 -04:00
components initial commit 2024-08-15 08:28:47 -04:00
content initial commit 2024-08-15 08:28:47 -04:00
middleware initial commit 2024-08-15 08:28:47 -04:00
pages initial commit 2024-08-15 08:28:47 -04:00
public initial commit 2024-08-15 08:28:47 -04:00
server initial commit 2024-08-15 08:28:47 -04:00
.gitignore initial commit 2024-08-15 08:28:47 -04:00
.npmrc initial commit 2024-08-15 08:28:47 -04:00
LICENSE initial commit 2024-08-15 08:28:47 -04:00
README.md initial commit 2024-08-15 08:28:47 -04:00
app.vue initial commit 2024-08-15 08:28:47 -04:00
error.vue initial commit 2024-08-15 08:28:47 -04:00
nuxt.config.ts initial commit 2024-08-15 08:28:47 -04:00
package-lock.json initial commit 2024-08-15 08:28:47 -04:00
package.json initial commit 2024-08-15 08:28:47 -04:00
tsconfig.json initial commit 2024-08-15 08:28:47 -04:00

README.md

Inspin Digital

Creating a more decentralized web.


Setup

Install dependencies, start development server, build application, preview production build:

# npm
npm install
npm run dev
npm run build
npm run preview

Check out the deployment documentation for more information.