Documentation for the MolDescriptor website (GitHub-repo)
This project was built using Docusaurus. Read more about the installation process here.
- Node.js version 18.0 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
- npm
To build the website use
npm run buildThis command generates static content into the build directory.
To test your build locally, run the following command:
npm run serveYou can also serve the website with live reload by running:
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
By default, this will load your site at http://localhost:3000/.
This project only uses documentation pages. To add a new page, create a new markdown file in the docs directory. The file should have a .md extension.
Read Docs Introduction for more information on how to create documentation pages.
This project is set up to deploy to GitHub Pages using GitHub Actions. All changes to the main branch will trigger the GitHub Actions to build and deploy the website.