mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
28e532f0c5
Rearrange project |
||
---|---|---|
.github/workflows | ||
gatsby | ||
magicbook | ||
scripts | ||
src | ||
.env.example | ||
.gitignore | ||
.prettierrc | ||
gatsby-browser.js | ||
gatsby-config.js | ||
gatsby-node.js | ||
magicbook.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js |
noc-notion
A repo to test out a workflow with Notion for the Nature of Code book
# Install Dependencies
npm install
# Import Notion Pages
npm run import-notion-docs
# Build PDF (Magicbook)
npm run build:pdf
# Build Website
npm run build