This is the source repository for the PlayCanvas Blog. It is made up of static web content generated from Markdown files using Docusaurus.
Building the site requires an installation of Node.js 18+.
cd blog
npm i
npm run build
To serve the built site locally:
npm run serve
This will automatically open the built site in your browser.
The start
build command will automatically rebuild the site when changes are made in the blog
, src
or static
folders.
npm run start