This is a static site for The Greenhouse's website built with Greenwood. Has the usual stuff, e.g. Blog posts, about me, contact form, etc. 🌟 💯
Stuff to do / run. 🏃♂️
After cloning the repo, do the following to get up and running
- Install NodeJS (LTS)
- Run
npm ci
npm run dev
- Start a local development server with file watching, live reload, etcnpm run build
- Build the site for production deploymentnpm run serve
- Build the site for production and start a server locally (useful for a local demo)npm run test:tdd
- Run tests in watch modenpm run test
- Run all tests in a single run (used for CI)
The project is hosted by Netlify and is setup to deploy continously on every merge to master in GitHub.
GitHub Actions are used for continuous integration on PRs and Netlify will deploy preview builds for all PRs.