This sub-repository contains the static content pages for the Unlock project:
- About
- Jobs
- Privacy Policy
- Terms and Conditions
- The Unlock Blog
This is a Node project that depends on React and NextJS. You must have Node and npm installed to run.
Static pages use NextJS and as such contain two components:
- A page file in
src/pages/that displays the page - A React component in
src/components/that contains page text
In addition, the blog contains markdown source files in blog/ that are cached
as HTML components on launch.
- Make sure you have installed required libraries by running
yarn - To launch the static site, run
yarn devat the command line while inside this sub-repository. This will both compile the NextJS source and the blog markdown files