- Clone the repository.
git clone https://github.com/VaultShield/frontend.git
- Navigate to the project directory:
cd frontend
- Install the dependencies: (yarn or npm)
yarn installor
npm installTo connect with VaultShiel-API you must create in the root directory a .env.local file with the same information as in .env.example
To run the application in development mode, use the following command:
yarn run devor
npm run devThe application will be available at http://localhost:5173
- React + Vite
- Typescript
- CSS + Tailwind