git clone the repository
git clone git@github.com:snippet-labs/SNIPPETLABS.git
Install all the pre-set dependencies
bun install
or
npm install
Navigate to the local repository
cd ./ < your cloned local-repository >
cd client/
Run the frontend server for development
bun run dev
or
npm run dev