Skip to content

Developer resources website for PlayCanvas WebGL Game Engine

License

Notifications You must be signed in to change notification settings

birdhello/developer.playcanvas.com

 
 

Repository files navigation

PlayCanvas Developer Resources

This is this the static site for the PlayCanvas Developer Tools

Style Guide

Links

When writing a link in a markdown file use the following format:

[Link Text][1]

[1]: /link/url

How to build

Building the site requires node and npm

cd developer.playcanvas.com
make

On Windows:

cd developer.playcanvas.com
npm install
node build.js

How to serve

To serve the site locally:

cd developer.playcanvas.com
./serve.sh

On Windows:

cd developer.playcanvas.com
node node_modules/http-server/bin/http-server build

How to deploy

Deployment is made by pushing to default branch

About

Developer resources website for PlayCanvas WebGL Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.2%
  • JavaScript 34.0%
  • HTML 19.6%
  • Python 6.3%
  • Ruby 0.5%
  • Makefile 0.3%
  • Other 0.1%