PWA App for SIAK-NG, powered by siak-rest.
- You will need to run an instance of siak-rest, with the allowed origin of
http://localhost:5173
. - Create an
.env
file with the valueVITE_API_URL=SIAK_REST_INSTANCE_URL
(Example:VITE_API_URL=http://127.0.0.1:3000
) - Install dependencies with
npm i
- Run the development server with
npm run dev