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
Create a virtual environment:
npm install
Set up your .env.development
, .env.local
, and .env.production
files.
npm run dev
Open your browser and navigate to http://localhost:3000/
to view the application.