Skip to content

cross-solution/cross-solution.de

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2021
Jul 12, 2020
Jul 20, 2020
Jan 24, 2021
Feb 2, 2022
Jan 15, 2020
Nov 11, 2019
Oct 30, 2019
Jul 15, 2020
Oct 30, 2019
Dec 4, 2019
Jul 12, 2020
Feb 11, 2022
Dec 11, 2020
Oct 30, 2019
Oct 30, 2019
Jan 10, 2020
Aug 23, 2021
Jan 14, 2020
Jan 11, 2020
Nov 11, 2019
Feb 11, 2022
Nov 11, 2019
Feb 2, 2022
Jul 13, 2021
Nov 19, 2019
Mar 9, 2020
Jul 7, 2022

Repository files navigation

Gitpod ready-to-code

CROSS Solution

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.

Requirements

to contribute, you need:

Installation

clone repo an install dependencies

git clone https://github.com/cross-solution/cross-solution.de.git
cd cross-solution.de
yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

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

Lint the files

yarn run lint

Build the app for production

copy .env.example to .env.production and adjust the values.

yarn build

start production

yarn serve

Electron

you can build a standalone electron binary

Windows

yarn build-win32

Mac

yarn build-mac

Linux

yarn build-linux

Contribut

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.

Setup VSCode editor to lint/auto format vue/js/html files

See this gist

Copyright

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.

About

Homepage of CROSS Solution uses Strapi Backend cross-solution/cms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published