Skip to content

playcanvas/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8b154f · Apr 9, 2025
Jan 21, 2025
Apr 9, 2025
Jun 5, 2024
Apr 9, 2025
May 25, 2023
Apr 26, 2024
Apr 26, 2024
May 30, 2023
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 8, 2025
Apr 2, 2025
Apr 26, 2024

Repository files navigation

PlayCanvas Blog

This is the source repository for the PlayCanvas Blog. It is made up of static web content generated from Markdown files using Docusaurus.

How to build

Building the site requires an installation of Node.js 18+.

cd blog
npm i
npm run build

How to serve

To serve the built site locally:

npm run serve

This will automatically open the built site in your browser.

Use 'start' for quick iteration

The start build command will automatically rebuild the site when changes are made in the blog, src or static folders.

npm run start