This is my blog.
./gradlew run
Select the GCP project. Then deploy to App Engine.
gcloud config set project rahulrav-com
- Start the App Engine development server using
./gradlew run
. - In another terminal run
./gradlew -t build
which creates a watch on all thesrc
folders, and sets up live reload. - From the
tools
directory runyarn watch
to setup a watch on theresources/blog/md
folder which is the input to the generator responsible in generating the HTML. Also updatemanifest.json
to add blog metadata.
# Build tooling
npm run-script build-tools
# Build Template
npm run-script build-core
# Local Development for template and tools
npm run-script watch-core && npm run-script watch-tools
To deploy the app:
./gradlew appengineDeploy