I Got A Queery 🏳️🌈
I Got A Queery (IGAQ) provides a safe space for the members of the LGBTQ+ community to ask questions, share stories, and read resources about all things LGBTQ+.
Our Team Members
How to Run the App
Prerequisites
- Having Git Installed.
- Having Node.js v16 installed.
- Basic knowledge of bash (a shell) commands (e.g.: cd, ls, dir).
Run Steps
- Clone the repository & Go to the cloned directory 🌐
git clone https://github.com/IGAQ/NextApp.git
cd ./NextApp/igaq-next-app
- Install the Dependencies and Run! 🚀
npm i
npm run dev
- Visit the URL 👀
http://localhost:<PORT>
For example:
http://localhost:3000