Skip to content
Jiin Kim edited this page Jan 17, 2023 · 21 revisions

Welcome to the SFU-RMP wiki!

Tutorial Getting Started

Please read before getting started
Git Commit & PR Convention

Discord
https://discord.gg/zRGwrTnj

Notify on Discord for PR approvals

Overview
Note that although the extension uses ES6 grammer, you must explicitly put .js at the end of the import source as it doesn't support auto js loading.
We will not use any sort of the js bundlers so packages are only allowed to be installed as dev dependencies.

loader.js <-- entry point
style.css <-- global css file

Clone this wiki locally