A Docusaurus 2 website for the University of York's Technical Theatre Society. It is automatically built using GitHub actions and deployed GitHub pages. The site is available at yorktechsoc.org.
The website is hosted on Cloudflare Pages; on the YorkTechSoc CloudFlare account, this brings it in line with the Wiki.
To run the site locally, you will need to install Node.js. Then, in the root directory of the project, run:
npm install
This will install the required dependencies, including a spellchecker and prettier. To run the site locally, run:
npm run start
If you'd like to contribute, check out the existing pages for some inspiration. You can also check out the Docusaurus documentation for more information on how to use Docusaurus. In future we'd like to add some documentation on our equipment and how to use it, so if you have any experience with our equipment, please do add some pages!