Skip to content

unitymakesus/unity-dev-standards

Repository files navigation

Unity Developer Handbook

Our nifty static site powered by Jigsaw!

Getting Started

System Requirements

  • PHP 8.2
  • Node 16
  • npm
  • Composer

After all system requirements are met, use git to clone the repository to your local machine and run the following command to install all the project dependencies in one swoop.

  • npm install && composer install

This sets up everything needed for running Jigsaw as well as the asset build tools (Laravel Mix).

Adding Content

In progress...check back soon!

Build Tasks

  • Dev: npm run dev
  • Dev + Browsersync: npm run watch
  • Production: npm run prod

Deploying

This static site is hosted on Netlify and it is set up with continous deployment. There's nothing you need to do other than push or merge your changes to the main branch. Netlify will read the netlify.toml file in this repository and run a full build to generate the static site and compile assets.