Changes
Page history
Auto-updated file in CI
authored
Nov 29, 2023
by
Petrut-Daniel Coman
Show whitespace changes
Inline
Side-by-side
home.md
View page @
96e2e6f2
...
...
@@ -212,7 +212,7 @@ npm run dev
#### Set up environment variables
1.
`API_BASE_URL=$URL`
The base url for api request. (replace $URL with the actual url)
1.
`
VITE_
API_BASE_URL=$URL`
The base url for api request. (replace $URL with the actual url)
2.
`PORT=$PORT`
The port specifies the port for the frontend to run on. (replace $PORT with an actual port number)
#### Type-Check, compile and minify for production
...
...
...
...