Find a file
2022-07-21 16:23:19 -04:00
.github/workflows changing to GITHUB_TOKEN 2022-05-17 10:24:32 -04:00
gatsby add gatsby & tailwind 2022-07-20 21:39:22 -04:00
magicbook add magicbook for the pdf build 2022-07-20 15:35:18 -04:00
scripts update import script 2022-07-20 15:22:10 -04:00
src add gatsby & tailwind 2022-07-20 21:39:22 -04:00
.env.example update import script 2022-07-20 15:22:10 -04:00
.gitignore add gatsby & tailwind 2022-07-20 21:39:22 -04:00
.prettierrc Create .prettierrc 2022-04-04 16:40:23 -04:00
gatsby-browser.js add gatsby & tailwind 2022-07-20 21:39:22 -04:00
gatsby-config.js add gatsby & tailwind 2022-07-20 21:39:22 -04:00
gatsby-node.js add gatsby & tailwind 2022-07-20 21:39:22 -04:00
magicbook.json add magicbook for the pdf build 2022-07-20 15:35:18 -04:00
package-lock.json add gatsby & tailwind 2022-07-20 21:39:22 -04:00
package.json add gatsby & tailwind 2022-07-20 21:39:22 -04:00
postcss.config.js add gatsby & tailwind 2022-07-20 21:39:22 -04:00
README.md add gatsby & tailwind 2022-07-20 21:39:22 -04:00
tailwind.config.js add gatsby & tailwind 2022-07-20 21:39:22 -04:00

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