Skip to content

Commit e60446f

Browse files
committed
Update README and add .nvmrc
udpate
1 parent bdbe414 commit e60446f

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14.21.3

readme.md

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1-
<h1>Sploder Launcher</h1>
2-
A project that aims to revive <a href="https://sploder.com">sploder</a>.<br>
3-
Join the <a href="https://discord.gg/cHGz362sdC">Discord server</a>!
4-
<h1>How to use:</h1>
5-
- Download the <a href="https://github.com/Sploder-Saptarshi/Sploder-Launcher/releases/latest">latest release</a> from here.<br>
6-
- Run the installer.<br>
7-
- Done.<br>
8-
<h1>How to build:</h1>
9-
- Use node 14.10.0.<br>
10-
- Install yarn.<br>
11-
- Install all the required packages by running <code>yarn</code>.<br>
12-
- Run <code>build</code> or build.bat.
13-
- The built files will be available in the dist folder.
1+
# Sploder Launcher
2+
3+
A repository that aims to provide a standalone application to be able to access the Sploder-Revival project without needing to install Flash or downgraded applications system wide.
4+
5+
Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active community and development.
6+
7+
## Using without releases
8+
9+
- Download the [latest release](https://github.com/Sploder-Saptarshi/Sploder-Launcher/releases/latest)
10+
- Run the installer
11+
12+
## How to build
13+
14+
### Dependencies
15+
16+
- [node.js](https://nodejs.org/en)
17+
- [node version manager (nvm)](https://github.com/nvm-sh/nvm)
18+
19+
### Steps to Build
20+
21+
- Run `nvm use 16`, or any newer node version, that can install packages
22+
- Run `npm i` to install all necessary packages
23+
- Run `nvm use` to switch to the node version specified in .nvmrc for building
24+
- Run `npm run dist` to build the project
25+
- The built files will be available in the dist folder.
26+
27+
### Steps to Debug
28+
29+
- Run `nvm use 16`, or any newer node version, that can install packages
30+
- Run `npm i` to install all necessary packages
31+
- Run `nvm use` to switch to the node version specified in .nvmrc for building
32+
- Run `npm run dev` to start the electron development server

0 commit comments

Comments
 (0)