Website • Discord • Releases • Donate • Documentation
- Documentation for the dahliaOS project.
- Read the documentation on the link here!
To develop and locally test the documentation website:
- Install bun
- Code editor of your choice (we recommend VSCode)
Install node modules required to run the blog by running:
bun install
bun dev
In a browser, load the page localhost:3000 and you should now be able to test the blog while making your changes. Next.js' dev server has hot reloading so no need to restart the instance when it's running!
After making your changes and verifying it all works in the dev server, furtherly test them out by building the blog:
bun run build
bun start
In a browser, load the page localhost:3000 and you should now be able to view the built blog.
If you're wondering how to contribute to the project, please refer to CONTRIBUTING.md
Copyright @ 2019-2023 - The dahliaOS Authors - contact@dahliaos.io
This project is licensed under the Apache 2.0 license