Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1002 Bytes

File metadata and controls

29 lines (19 loc) · 1002 Bytes

The official website for the Solar Engine | Built with Svelte.

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!

TODOS:

  • Make a wiki page on Engine Release
  • Make a versions list with links that direct download the version
  • Actually add the news page

Building the website from source

Clone the repo then in the folder containing the website run the following:

pnpm install
pnpm run build
pnpm run preview

This 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.