- Required node version: v18.16 or higher
- Run
npm install
- Copy the file
.env.example
and rename it to.env
Key | Value | Example |
---|---|---|
VITE_API_BASE_URL |
Base api url | http://localhost:3001 |
npm run dev
: Starts the website in development mode, you can expose the server to the internet using the parameter--host
npm run build
: Create a production ready build.npm run test
: Run test coverage