First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.ts
. The page auto-updates as you edit the file.
- Pull the repository to your local computer
- Install npm dependencies via
npm install
- Add an environmental variable called
NODE_ENV
and set the value forproduction
- Build the project with
npm run build
- Run the project with
npm run start
- The server will listen on port 3000