mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
f0f6f601c8b87168705411e550701cc4882c0356
* Commented out problematic widget code and replaced swords shortcode with the actual emoji. * Fixed typeform widget Widget code was causing errors and breaking the build. Fixed by: - moving the code to a reusable component and using hooks to access the DOM. - Renamed the `.md` file to `.mdx` to enable use of JSX in the markdown. * I changed `how-to-become-a-player.md` to `.mdx` to make use of jsx in the file for the widget. * Fixed the widget loading issues
MetaGame Wiki
This wiki is built using Docusaurus 2
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Description
Languages
TypeScript
96.4%
JavaScript
2.5%
Dockerfile
0.8%
PLpgSQL
0.2%
SCSS
0.1%