- basically, the project sends file to the backend in chunks, which could be handled more easily
You need to install bun
- To install bun, run this command:
Supported on macOS, Linux, and WSL
curl -fsSL https://bun.sh/install | bash
(Recommended if you're using Windows without WSL)
-
Clone the repo
git clone https://github.com/wandersonmaced/kanastra_frontend/
-
Install the packages
bun install
or
npm i
-
With packages installed, run development command:
bun run dev
or
npm run dev:node
HTTP://localhost:8888
-
this project uses a backend project that needs to be running