Group website of VJ Ray. Uses Next.js.
This repository contains react.js components from vjray-shared-components as a git submodule.
To clone this repo along with it's submodules run:
git clone --recursive repo_url
If you have already cloned the repo but are missing the submodules run:
git submodule update --init
Next doesn't require a config, but one has been made to use MDX.
Run in terminal and the exported site will be saved in out/
:
npm run export
To deploy, run now
in the project root.
This gives a random URL. To attach it to a dev URL, run now --target staging
.
If you wish to alias to the live site, run now now --target production
.
(We could set-up the Github hook, but let's keep this project on lockdown.)