This code uses Markdoc to render the One Fact Foundation website.
Contributions and feedback are welcomed and encouraged. Feel free to open PRs or issues here to fix typos or suggest changes, or reach our team at [[email protected]](mailto:[email protected]].
-
Install the dependencies by running
npm install
-
Start the development server on http://localhost:3000 by running
npm run dev
-
Try editing
pages/index.md
Test locally using npm run dev
.
Use act to test GitHub Actions deployment locally.