https://github.com/codewithali-co/cwa-takeover
The CodeWithAli TakeOver app is the main manager tool for the CodeWithAli Company.
https://github.com/codewithali-co/cwa-takeover
rust tanstack tauri typescript zustand
Last synced: 27 days ago
JSON representation
The CodeWithAli TakeOver app is the main manager tool for the CodeWithAli Company.
- Host: GitHub
- URL: https://github.com/codewithali-co/cwa-takeover
- Owner: CodeWithAli-Co
- Created: 2025-01-25T23:09:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-24T03:44:12.000Z (about 2 months ago)
- Last Synced: 2026-04-24T05:35:01.068Z (about 2 months ago)
- Topics: rust, tanstack, tauri, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TakeOver
This Manager app will be used to manage the majority of CodeWithAli company.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Run the Code
This project uses [Bun](https://bun.sh/), [Rust](https://community.chocolatey.org/packages/rust) and [OpenSSL](https://community.chocolatey.org/packages/openssl) for project management. Make sure you have this installed before running the app.
**Project currently uses **Bun version 1.2+, Rust version 1.82***
**If your Windows device doesn't see Openssl, follow [this](https://github.com/sfackler/rust-openssl/issues/1542#issuecomment-2524831738) guide.*
1. Clone the project
```bash
git clone https://github.com/CodeWithAli-Co/CWA-TakeOver.git
```
2. Install packages
```bash
bun i
```
3. Run App
```bash
bun run tauri dev
```