Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 408 Bytes

RunMercury.com website

It is a website for RunMercury.com. It has documentation for Mercury framework.

The documentation was created with Nextra framework.

Local setup

npm install
npm run dev

Deploy

npm run build
aws s3 sync out/ s3://runmercury.com

Clear all files

aws s3 rm --recursive s3://runmercury.com