View the demo here 🥳🥳🥳
- Node.js v16
- Copy .env.example as .env
cp ./.env.example ./.env
- Belows are available configurations:
Key | Description | Required | Values |
---|---|---|---|
VITE_APP_NAME |
Application name's | ✓ | String |
BASE_URL |
Runtime baseURL | ✓ | String |
ENCRYPT_SECRET |
Encryption secret | ✓ | String |
AUTH0_DOMAIN |
Auth0 application domain | ✓ | String |
AUTH0_CLIENT_ID |
Auth0 application client id | ✓ | String |
AUTH0_CLIENT_SECRET |
Auth0 application client secret | ✓ | String |
npm install
npm run dev
- Alfarih Faza alfarihfz@gmail.com