Skip all the steps below by using Gitpod, which automates the setup process
- 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
# $> v16.14.0
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
- Navigate to the directory
Change your working directory to the cloned repository:
cd guidlify
- Install dependencies
Install the required dependencies by running the following command:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
- Setup env
- Setting up
.env.local
- Create a
.env.local
file in root directory and paste the content from.env.local.example
to.env.local
file.
You must create a
.env.local
file similar to .env.local.example file, remember that if you are using your own credentials so data will vary.
- Run guildify frontend Start the Next.js development server with the following command:
npm run dev
Create a platform where developers can find all the events happening around the world. Currently in discussions 🗣.
- 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.