Skip to content

woraamy/B2D-Venture

Repository files navigation

B2D-Venture

by Yadome group (ยาดม กรุ๊ป)

Documents

How to Run the Next.js Project

This guide provides step-by-step instructions to run the Next.js project located in the b2d-venture directory.


Prerequisites

Before running the project, ensure that you have the following installed:

  1. Node.js: Version 14.x or later

  2. npm or yarn:

    • npm comes with Node.js. To check if npm is installed, run:
      npm -v
    • Alternatively, you can use yarn. Install it globally with:
      npm install -g yarn
  3. Git:


Steps to Run the Project

1. Clone the Repository

If you haven’t already, clone the project repository using Git:

git clone https://github.com/woraamy/B2D-Venture.git

2. Navigate to the Project Directory

Change your current working directory to the b2d-venture project folder:

cd b2d-venture

3. Install Dependencies

Install the project dependencies using npm or yarn:

  • Using npm
    npm install
  • Using yarn
    yarn install

4. Set Up Environment Variables

Create a .env file in the root of the project and add the required environment variables. You can find the environment variables in the security report for the list of required variables.

5. Start the Development Server

Start the Next.js development server:

  • Using npm
    npm run dev
  • Using yarn
    yarn dev

The development server will start, and you can access the project in your browser at http://localhost:3000

About

by Yadome group (ยาดม กรุ๊ป)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •