https://github.com/opensass/opensass
Open SASS Blog.
https://github.com/opensass/opensass
admin-dashboard admin-panel axum blog dioxus dioxus-fullstack full-stack mongodb rust ssg
Last synced: 12 days ago
JSON representation
Open SASS Blog.
- Host: GitHub
- URL: https://github.com/opensass/opensass
- Owner: opensass
- License: mit
- Created: 2024-10-30T09:26:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T20:45:23.000Z (12 months ago)
- Last Synced: 2025-06-10T21:42:36.900Z (12 months ago)
- Topics: admin-dashboard, admin-panel, axum, blog, dioxus, dioxus-fullstack, full-stack, mongodb, rust, ssg
- Language: Rust
- Homepage: https://opensass.org
- Size: 4.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Open SASS
[](https://www.rust-lang.org/)
[](https://www.rust-lang.org)
[](https://github.com/wiseaidev)
[](LICENSE)
[](https://discord.gg/b5JbvHW5nv)
## 🛠️ Pre-requisites:
1. Install [`rustup`](https://www.rust-lang.org/tools/install):
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
1. Install [`Dioxus CLI`](https://dioxuslabs.com/learn/0.6/getting_started):
```sh
cargo install dioxus-cli
```
## 🚀 Building and Running
1. Fork/Clone the GitHub repository.
```sh
git clone https://github.com/opensass/opensass
```
1. SSG The Blogs.
```sh
IP=0.0.0.0 PORT=3000 dx bundle --fullstack --ssg --release
```
1. Run The Client.
```sh
dx serve
```
Navigate to http://localhost:3000 to explore the landing page.