Go to file
garionion bb433f1459
continuous-integration/drone/push Build is passing Details
add imprint
2021-05-30 08:48:36 +02:00
.idea first commit, iswision19 2021-05-17 18:20:36 +02:00
assets better istuff logo 2021-05-19 20:41:21 +02:00
layouts add imprint 2021-05-30 08:48:36 +02:00
pages set asset ids 2021-05-26 17:44:48 +02:00
plugins changes for iswision21 2021-05-19 17:36:28 +02:00
static changes for iswision21 2021-05-19 17:36:28 +02:00
.drone.yml use sftp because the server only supports sftp 2021-05-19 12:22:18 +02:00
.eslintrc first commit, iswision19 2021-05-17 18:20:36 +02:00
.gitignore first commit, iswision19 2021-05-17 18:20:36 +02:00
README.md add build status badge 2021-05-17 18:33:30 +02:00
nuxt.config.js fix nav links 2021-05-19 18:22:18 +02:00
package-lock.json change navbar colour 2021-05-19 20:45:18 +02:00
package.json changes for iswision21 2021-05-19 17:36:28 +02:00

README.md

iswision-web

Build Status

Website for ISWIsion 2021

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.