Guidlify / guidlify

[WIP] Guidlify is where tech community events and sponsors come together
https://guidlify.com
9 stars 6 forks source link
Guidlify Logo

Guidlify - Open-source Event Hub

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

Installation

Skip all the steps below by using Gitpod, which automates the setup process

Open in Gitpod

Getting started

  1. Fork the repository

Fork the repository on the fork page.

  1. 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.

  1. Clone this repository

To clone this repository to your local machine, run the following command:

git clone https://github.com/<your-username>/guidlify
  1. Navigate to the directory

Change your working directory to the cloned repository:

cd guidlify
  1. Install dependencies

Install the required dependencies by running the following command:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
  1. Setup env

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.

  1. Run guildify frontend Start the Next.js development server with the following command:
    npm run dev

Long Term Vision

Create a platform where developers can find all the events happening around the world. Currently in discussions 🗣.

Important Points to Remember