A centralized space for all of Open SGF operations. Including documentation, guides and details of projects and contributors.
It's recommended that you clone this repo and use either VS Code or Obsidian to make edits. Both of these tools should help automatically apply the formatting rules we apply for all pull requests (formatting rules are applied via Prettier)
- Open the cloned repository as a vault
- Go to Settings -> Community Plugins -> Turn on community plugins
- Click the Browse button
- Manually install the following plugins
- File Hider
- Format with Prettier
npm install
(Recommended to use npm 10.x and node 20.x)npm run lint:fix