A Catholic spiritual practice website that provides free printable prayer stickers. Built with Docusaurus.
npm installnpm startThis starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis generates static content into the build directory and can be served using any static contents hosting service.
To deploy the site to GitHub Pages, simply run:
npm run deployThis command will:
- Build the website
- Push the built files to the
gh-pagesbranch - GitHub Pages will automatically serve the site at https://codexcommunion.github.io/printpraypeel.com/
- Make sure you have push access to the repository
- The
gh-pagesbranch should exist (create it frommainif it doesn't) - Your local git should be authenticated with GitHub
If you need to use a different GitHub user or SSH:
# Use different GitHub user
GIT_USER=your-username npm run deploy:raw
# Use SSH
USE_SSH=true npm run deploy:raw