Modern page for modern lap.
New lap website written with VueJS. Generally the latest progress can be seen here
Based on current page with improvements based on programmers choice. No official mockup has been made yet.
Probably nodejs
Install all dependencies
npm install
npm run serve
NB! Run (and fix!) before commit!!!
npm run lint
npm run build
The page is served from the master branch. Only push the contents of the dist folder there! For this, first run
npm run build
commit the changes and run
git subtree push --prefix dist origin master
PS! index.html is renamed to 404.html as a workaround for github pages being unable to handle vue routing in history mode.