Skip to content

aws-educate-tw/aws-educate-tpet-frontend

Repository files navigation

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.