Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahliaos/blog
Blog for dahliaOS
https://github.com/dahliaos/blog
blog css hacktoberfest javascript js md mdx next nextjs nextra react tailwind tailwindcss ts tsx typescript
Last synced: 2 months ago
JSON representation
Blog for dahliaOS
- Host: GitHub
- URL: https://github.com/dahliaos/blog
- Owner: dahliaOS
- License: apache-2.0
- Created: 2022-07-23T16:16:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:20:58.000Z (about 1 year ago)
- Last Synced: 2024-05-22T19:36:31.113Z (8 months ago)
- Topics: blog, css, hacktoberfest, javascript, js, md, mdx, next, nextjs, nextra, react, tailwind, tailwindcss, ts, tsx, typescript
- Language: TypeScript
- Homepage: https://blog.dahliaos.io
- Size: 2.98 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Website •
Discord •
Releases •
Donate •
Documentation# Blog
![Website](https://img.shields.io/website?url=https%3A%2F%2Fblog.dahliaos.io)
![GitHub](https://img.shields.io/github/license/dahliaos/blog?color=brightgreen)- **Blog** for the dahliaOS project.
- **Read the blog** on the link [here](https://blog.dahliaos.io)!## Development
To develop and locally test the blog:
### 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 blog 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 blog 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 blog:
```
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 blog.
## Contribute
If you're wondering how to contribute to the project, please refer to [CONTRIBUTING.md](/CONTRIBUTING.md)
## Sponsored by
## License
Copyright @ 2019-2022 - The dahliaOS Authors - [email protected]
This project is licensed under the [Apache 2.0 license](/LICENSE)