Skip to content

aws-educate-tw/email-sender-nextjs

Repository files navigation

Cloning

Clone the repository:

git clone https://github.com/aws-educate-tw/email-sender-nextjs.git

Navigate to the project directory:

cd email-sender-nextjs

Installation

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.

Development

  1. Create your branch from the dev-new branch and switch to it:

    dev branch has been deprecated. Please create your branch from dev-new branch !!!

  2. Make sure you have your code formatted and linted:

    npm run format
    npm run lint

    or

    npm run lint
  3. Create a pull request to merge your branch into the dev-new branch after you have completed your development.

  4. After the pull request is approved, merge your branch into the dev-new branch.