Please see a simple static web page developed with nodejs, which hosts a question system for the Steiermaerkische Fischerpruefung.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- yarn
npm install npm@latest -g
npm install yarn- nodejs Please download either the executable directly from the webpage, or use your favourite package manager.
# Ubuntu/Debian
apt install nodejs npm
# RHEL
yum install rh-nodejs- Clone the repo
git clone https://github.com/whati001/stmk_fischerpruefung.git- Install NPM packages
yarn installAfter installation, you can either build the project or just a dev server. The dev server comes with auto reload on change functionablity.
This will build the static page into the ./dist/ directory.
yarn run buildyarn run devContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.