This is a Nextjs website for GitAuto. It uses Vercel for deployment.
- Clone this repository
- Run
npm install
to install all the dependencies. Make sure you have Node.js installed. - Run
npm run dev
to start the development server.
- GRANT USAGE ON SCHEMA public TO service_role;
- GRANT SELECT, INSERT, UPDATE, DELETE, REFERENCES ON ALL TABLES IN SCHEMA public TO service_role;
- GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO service_role;