Guidlify, where developers guild meet.
- Next.js
- Shadcn/ui
- Tailwind
- Fork the repository
Fork the repository on the fork page.
- Check the Node.js version on your local machine
Ensure that you have Node.js installed. You can check the Node.js version by running the following command:
node --version
If Node.js is not installed, you can download it from nodejs.org.
- Clone this Repository
To clone this repository to your local machine, run the following command:
git clone https://github.com/<your-username>/guidlify.com
- Navigate to the Directory
Change your working directory to the cloned repository:
cd guidlify.com
- Install Dependencies
Install the required dependencies by running the following command:
npm install
- Run Next.js
Start the Next.js development server with the following command:
npm run dev
- Make sure your local environment has Node.js installed, with a minimum version of 16 (node >= v16).
- If you need to change the Node.js version for your development environment, you can use a version manager like nvm.