Web pages of SiREN - the Swedish Requirements Engineering Network for academic Software Engineering scholars in Sweden with a deep interest in requirements Requirements Engineering (RE) research and practice.
Contributions are welcome! Open an issue and discuss your ideas then clone and make a PR.
Edit .md files under src/ and regenerate the corresponding HTML files using a recent version of Pandoc by navigating to project root and run the bash script with source build.sh
For running the build script, you need Bash support. If you're using a Mac or Linux, you can use the built-in terminal. If you're on Windows, you can use Git Bash or WSL (Windows Subsystem for Linux) to run the build script.
For live preview of your changes in vscode you can use Live Server that runs a minimal web server and opens your default browser to view the HTML files. It also supports hot reloading. Mark the index.html file i vscode, press Shift+Ctrl+P and type "Live Server" and the index page opens in your browser. You need to rerun source build.sh
after edits.