Clone the repository:
git clone https://github.com/aws-educate-tw/email-sender-nextjs.git
Navigate to the project directory:
cd email-sender-nextjs
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.
-
Create your branch from the
dev-new
branch and switch to it:dev
branch has been deprecated. Please create your branch fromdev-new
branch !!! -
Make sure you have your code formatted and linted:
npm run format npm run lint
or
npm run lint
-
Create a pull request to merge your branch into the
dev-new
branch after you have completed your development. -
After the pull request is approved, merge your branch into the
dev-new
branch.