Platform for suppliers and customers to interact. Built for an assignment.
- pnpm
- Node.js 20.10.0 LTS or newer
- You can (and probably should) install Node.js via pnpm
pnpm env use --global lts
- Deno
- Rust
- Microsoft Visual Studio C++ Build Tools
- Windows 11
Install dependencies:
pnpm install
Run the development script:
- This will start
server
- This will start Nuxt's development server for
base-client
,customer
andsupplier
- This will run Tauri dev for
customer
andsupplier
- Two desktop windows will launch upon build completion
pnpm run dev
pnpm run test