https://www.theology101.church powered by NextJS + GitHub
All required commands are in Makefile
.
make
|make help
Shows list of available commands.make install
Installs required external packages.make dev
Runs the project indev
mode.make build
Runs build scripts and generates static pages.
- Run the
dev
server withmake dev
- When your job is done, check if the static page building is working or not
with
make build
and ensure that no errors are being produced.