An open API service indexing awesome lists of open source software.

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.

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
```