The site is still under construction but it will be the host for the wiki as well as Solar Engine updates! Suggest things with the Issues page or alternatively you can fork the website and make a pull request!
- Make a wiki page on Engine Release
- Make a versions list with links that direct download the version
- Actually add the news page
Clone the repo then in the folder containing the website run the following:
pnpm install
pnpm run build
pnpm run previewThis will install all the neccassary files, build the website then host it at localhost.
Warning
We reccomending using pnpm for development, as it is faster and safer than npm nowadays.