Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 504 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 504 Bytes

Cloning

Clone the repository:

git clone https://github.com/aws-educate-tw/aws-educate-tpet-frontend.git

Navigate to the project directory:

cd aws-educate-tpet-frontend

Installation

Create a virtual environment:

npm install

Configuration

Set up your .env.development, .env.local, and .env.production files.

Running the Application

npm run dev

Open your browser and navigate to http://localhost:3000/ to view the application.