You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,18 @@ _\*Many of these options are configurable._
23
23
24
24
If you experience any problems, please [submit a detailed bug report](https://github.com/refringe/CustomRaidTimes/issues).
25
25
26
-
##To Build Locally:
26
+
# To Build Locally:
27
27
28
28
This project has been built in [Visual Studio Code](https://code.visualstudio.com/) (VSC) using [Node.js](https://nodejs.org/). If you are unfamiliar with Node.js, I recommend using [NVM](https://github.com/nvm-sh/nvm) to manage installation and switching versions. If you do not wish to use NVM, you will need to install the version of Node.js listed within the `.nvmrc` file manually.
29
29
30
-
This project uses Biome to format code on save.
30
+
This project uses [Biome](https://biomejs.dev/) to format code on save.
31
31
32
32
To build the project locally:
33
33
34
34
1. Clone the repository.
35
35
2. Open the `mod.code-workspace` file in Visual Studio Code (VSC).
36
-
3. Run `nvm use` in the terminal.
37
-
4. Run `npm install` in the terminal.
38
-
5. Run `npm run build` in the terminal.
36
+
3. Install the [Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) VSC extension.
37
+
4. Install the [JSON5](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5) VSC extension.
0 commit comments