Empowering financial wisdom through education, engagement, and collaborative savings - where informed decisions shape a secure and transparent financial future.
YouTube Video - Click here
-
Fork and Clone the repository to your local machine
https://github.com/dev-shetty/rudra-parsec.git
-
Navigate to web/client directory and install the necessary dependencies
cd web && cd client && npm install
-
Create a
.env
file in the root of the server directory. Open this file in your code editor and add the following environment variablesNEXT_PUBLIC_SUPABASE_URL=your-project-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key NEXT_PUBLIC_NEWS_API_KEY=news-api-key
-
Start the development in the terminal
cd web && cd client && npm run dev