https://github.com/dahliaos/website
Official dahliaOS website
https://github.com/dahliaos/website
css dahliaos emotion hacktoberfest javascript material-design material-ui mui nextjs react styled styled-components typescript vercel web webdevelopment website
Last synced: about 1 year ago
JSON representation
Official dahliaOS website
- Host: GitHub
- URL: https://github.com/dahliaos/website
- Owner: dahliaOS
- License: apache-2.0
- Created: 2020-05-21T17:48:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:30:01.000Z (over 2 years ago)
- Last Synced: 2024-05-22T22:03:26.295Z (about 2 years ago)
- Topics: css, dahliaos, emotion, hacktoberfest, javascript, material-design, material-ui, mui, nextjs, react, styled, styled-components, typescript, vercel, web, webdevelopment, website
- Language: TypeScript
- Homepage: https://dahliaos.io
- Size: 168 MB
- Stars: 42
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

Website •
Discord •
Releases •
Donate •
Documentation
# dahliaOS Website

- **Official**, one and only website for the dahliaOS project
- **Find** it by clicking [here!](https://dahliaos.io)
## Development
To develop and locally test the website:
### 1. Install development tools:
1. [Install bun](https://bun.sh/)
1. Code editor of your choice (we recommend [VSCode](https://code.visualstudio.com/))
### 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](http://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](http://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](/CONTRIBUTING.md)
## License
Copyright @ 2019-2023 - The dahliaOS Authors - contact@dahliaos.io
This project is licensed under the [Apache 2.0 license](/LICENSE)