8000 GitHub - fourcolors/lfgho-rent-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fourcolors/lfgho-rent-app

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0