# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate// import { mapMutations } from "vuex"; // TODO: rambles // create parent folder for levels || others // create handler for answers // add in scene one assets // animate up numbers // maybe go back a verb when wrong. // create scss organization structure // scss variables // custom curser // vue composition api (research for vue 3) // to do add game over reset/popup // px, rem, em
// TODO: progress bar // &:before { // content: ""; // position: absolute; // width: 100%; // height: 2px; // bottom: 8px; // left: 0; // background-color: rgba(105, 237, 174, 0.7);; // visibility: hidden; // -webkit-transform: scaleX(0); // transform: scaleX(0); // -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s; // transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s; // } // &:hover:before { // visibility: visible; // -webkit-transform: scaleX(1); // transform: scaleX(1); // } // TODO: clean up scss // -- vars and other // translate font-size to em