dahliaOS / website

Official dahliaOS website

Home Page:https://dahliaos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing screenshot

WebsiteDiscordReleasesDonateDocumentation

dahliaOS Website

Website

  • Official, one and only website for the dahliaOS project
  • Find it by clicking here!

Development

To develop and locally test the website:

1. Install development tools:

  1. Install bun
  2. Code editor of your choice (we recommend VSCode)

2. Install dependencies:

Install node modules required to run the website by running:

bun install

3. Start the Next.js dev server:

bun dev

In a browser, load the page localhost:3000 and you should now be able to test the website while making your changes. Next.js' dev server has hot reloading so no need to restart the instance when it's running!

4. Build:

After making your changes and verifying it all works in the dev server, furtherly test them out by building the website:

bun run build

5. Start:

bun start

In a browser, load the page localhost:3000 and you should now be able to view the built website.

Contribute

If you're wondering how to contribute to the project, please refer to CONTRIBUTING.md

Sponsored by

License

Copyright @ 2019-2023 - The dahliaOS Authors - contact@dahliaos.io

This project is licensed under the Apache 2.0 license

About

Official dahliaOS website

https://dahliaos.io

License:Apache License 2.0


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%