fourcolors / lfgho-rent-app

Home Page:https://lfgho-rent-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Guide

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js and npm. You can download them from here.
  • You have installed Yarn. You can download it from here.
  • You have a basic understanding of React and TypeScript.

Setting up the project

To setup the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/fourcolors/lfgho-rent-app
  1. Navigate to the project directory:
cd <project_directory>
  1. Install the dependencies:
yarn install
  1. Copy the .env.example file to a new file named .env.local:
cp .env.example .env.local
  1. Open .env.local and replace the placeholders with your actual values:
  • <your_walletconnect_project_id>
  • <your_alchemy_key>
  • <your_session_secret>
  1. Run the development server:
yarn dev

Now, you should be able to see the application running at http://localhost:3000.

About

https://lfgho-rent-app.vercel.app


Languages

Language:TypeScript 96.7%Language:JavaScript 1.8%Language:CSS 1.4%