Skip to content

A web gallery which can be navigated by moving around.

License

Notifications You must be signed in to change notification settings

aethmos/walking-gallery

Repository files navigation

Walking Gallery

A web gallery which can be navigated by moving around.

Install

# clone repository and install dependencies
git clone https://github.com/aethmos/walking-gallery
npm upgrade && npm install

Develop

# serve development build with hot reloading at //localhost:8000
npm run develop

Test

# compile production build
npm run build

# serve production build at //localhost:8000
npm run serve

# run tests
npm run test

Deploy

# build public folder and manually copy to server
npm run build

OR

# deploy to github pages
npm run deploy_gh_pages

OR

# deploy to surge.sh
npm run deploy_surge