Open-source event hub where developers guild meet.
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](/) [![Website](https://img.shields.io/website?url=https://guidlify.com&logo=guidlify)](https://guidlify.com)
Built with 💜 by Guidlify
Skip all the steps below by using Gitpod, which automates the setup process
Fork the repository on the fork page.
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.
To clone this repository to your local machine, run the following command:
git clone https://github.com/<your-username>/guidlify
Change your working directory to the cloned repository:
cd guidlify
Install the required dependencies by running the following command:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
.env.local
.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.
npm run dev
Create a platform where developers can find all the events happening around the world. Currently in discussions 🗣.