Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 271 Bytes

Vibranium-API-Guard

Architecture

Architecture

Start Vibranium client (frontend)

cd vibranium-client
npm install
npm run dev

Start Vibranium server (backend)

cd vibranium-server
npm install
npm run dev