2
0
Fork 0
Inspin Digital company website https://www.inspin.io/
 
 
 
 
Go to file
Ryan Moon d063a6bc13 reserved wallet field 2024-09-03 09:11:06 -04:00
assets update logo on login page 2024-08-21 06:00:25 -04:00
components mobile logo, reserved page 2024-08-30 11:50:59 -04:00
content mobile logo, reserved page 2024-08-30 11:50:59 -04:00
middleware initial commit 2024-08-15 08:28:47 -04:00
pages reserved wallet field 2024-09-03 09:11:06 -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 update packages 2024-08-15 19:36:26 -04:00
nuxt.config.ts change logo, slider labels 2024-08-21 00:33:52 -04:00
package-lock.json change logo, slider labels 2024-08-21 00:33:52 -04:00
package.json change logo, slider labels 2024-08-21 00:33:52 -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.