Please install PnPm beforehand.
To get started, clone the repo with this command:
git clone https://github.com/trueberryless-org/mutanuq
Go into the starlight folder.
cd ./starlight/
Run
pnpm install
to install all packages found in package.json / all necessary packages.
Run
pnpm run dev
to run astro with live reload locally.
If you want to test the search functionality, run
pnpm run build
pnpm run preview
in order to run the project in build mode not in dev mode.
If you wanna contribute to the website, just edit or create the Markdown files you wanna change and create a pull request.
This can either be done directly on GitHub or locally by following the steps above. Good luck and thank you for helping improve the internet day by day!
More information about contribution can be found unter CONTRIBUTING.md.
Licensed under the MIT license, Copyright © trueberryless-org.
See LICENSE for more information.