Skip to content

cross-solution/cross-solution.de

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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