kerimoyle / website-src

The source for the test website of libCellML
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

================= LibCellML Website

This repository is the source code for the libCellML website <https://libcellml.org>_. The master branch is the staging branch pushed to GitHub. This branch in its rendered form is available for viewing here => https://libcellml.github.io/.

The website requires data from the XML output of Doxygen <https://www.doxygen.nl/index.html> and Sphinx <https://www.sphinx-doc.org/en/master/>. These data can be produced from the build of libCellML.

Project setup

::

npm install

Compiles and hot-reloads for development

::

npm run serve

Compiles and minifies for production

::

npm run build

Lints and fixes files

::

npm run lint

Customize configuration

See Configuration Reference <https://cli.vuejs.org/config/>_.