- new version in branch
v2
- new version using sveltekit api so don't need to run backend api
Backend API repo : https://github.com/bagusindrayana/roastgithub-api
- Clone the repository
- Run
npm install
- make .env file and add the following
PUBLIC_API_URL=http://localhost:3001
- Run
npm run dev