this is the quasar based https://cross-solution.de homepage. It depends on nodejs. You can install it by cloning the repo and
run yarn
to install dependencies.
It contains a few forms that serve as prototypes for the Kickstarter Lebenslauf Mamager.
to contribute, you need:
clone repo an install dependencies
git clone https://github.com/cross-solution/cross-solution.de.git
cd cross-solution.de
yarn
optional:
copy .env.example to .env and adjust the values.
if you don't do it, login/register and social logins are not working.
Start in Single Page Appication (spa) development mode
yarn dev
Start in Server Side Render (ssr) development mode
yarn dev -m ssr
yarn run lint
copy .env.example to .env.production and adjust the values.
yarn build
yarn serve
you can build a standalone electron binary
yarn build-win32
yarn build-mac
yarn build-linux
you can add yourself to our Team by sending us a PR. Team ist currently locates in https://github.com/cross-solution/cross-solution.de/blob/master/src/pages/about.vue#L53. Feel free to make it better.
See this gist
MIT
except:
- src/statics/frankfurt-im-nebel.jpg
our .gitignore
contains a statics/frankfurt-im-nebel-licensed.jpg
. You can set a HEADER_IMAGE=statics/frankfurt-im-nebel-licensed.jpg
in you .env file to replace the header image.