Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 421 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 421 Bytes

AWS Workshop - Dynamic Blog

Setup Contentful

Refer to following guide to setup content on contentful

Start Dev Server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Build Production Site

npm run build
# or
yarn build

Start Production Server

npm run start
# or
yarn start