ranggakd / runmercury-website

RunMercury.com website with Mercury framework documentation

Home Page:https://RunMercury.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yarn install
yarn next

Deploy

rm -rf .next/cache
yarn next build && yarn next export
aws s3 sync out/ s3://runmercury.com

Clear all files

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

About

RunMercury.com website with Mercury framework documentation

https://RunMercury.com

License:Apache License 2.0


Languages

Language:MDX 76.6%Language:TypeScript 19.9%Language:CSS 2.5%Language:JavaScript 1.0%