SciFracX website is built using Docusaurus 2, a modern static website generator. Inspired by QuantumOptics.jl website.
git clone https://github.com/SciFracX/scifracx.github.io
to download the website source code.cd scifracx.github.io
to enter the website source code directory.yarn
to install dependencies.
$ yarn start
And you can visit the website at http://localhost:3000.
Whenever a new commit lands in master, the change will be automatically published to the gh-page branch and then published to the website: https://scifracx.org.
If you're here because you would like to contribute an edit or addition to the docs, you'll probably want to take a look at the docs/ directory.
To edit the internals of how the site is built, you may want to get familiarized with how the site is built. The Casdoor website is a static site generated using Docusaurus. This directory is the frame of casdoor website. Visit the Docusaurus website to learn more about all the available configuration options.