Expand steps
[!NOTE] I will provide terminal commands only for bun, but you can use any other node.js package manager.
Firstly, you need to clone this repository:
git clone https://github.com/FreesmTeam/website-freesmlauncher
And open it:
cd website-freesmlauncher
Secondly, install all dependencies using next command:
bun i
After that, you can start the project either in development mode:
bun dev
or in production mode:
bun run build
bun start