The Halcyon Wiki website is created as a statically generated site, constructed with the utilization of Docusaurus.
- Node.js and npm: You must have
Node.jsandnpm(Node Package Manager) installed on your system. If you preferyarnovernpm, you can installyarnthroughnpm.
Once you have these prerequisites, you can proceed to setup the project and start developing.
Clone this repository
git clone https://github.com/halcyonproject/wiki.gitGo into directory
cd wikiInstall the required dependencies using the following command:
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory.