- nodeJS version >= 11
- MongoDB >= 4.0.6
Clone this repository via git or download the provided zip-file.
After checkout run npm install
and npm will install all needed dependencies and creates a new build in /dist
-Folder.
Now you have to rename .env.dist
to .env
and provide all needed config-values.
Execute mongorestore docs/scaffolding/mongo-database/
to import structure into mongoDB.
After that's done, run npm run build
to build the project on base of the env values given.
If finished run the start.sh file and the server starts serving the page on the provided port.
Just open an issue and describe your request as accurately as possible. If you like to script it on your own, feel free to fork this repository and open a Pull Request.
Feel free to fork this project. If you like to contribute, please use git-flow branch-style and follow the commits conventions. If your work is done, please submit a pull request. All contributions must be released under GPLv3 licence.
After checkout run npm install
and npm will install all needed dependencies and creates a new build in /dist
-Folder.
Now you have to rename .env.dist
to .env
and provide all needed config-values.
After installation run npm run dev
to start filewatchers, which are starting a new build after each filechange.