Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 474 Bytes

Mod Updater for The Sims

How to

Contribute

  1. Pull the main branch
  2. Code whatever you want
  3. Make a pull request
  4. Link the PR to an issue

Run the website

cd website
npm i
npm run serve

Open the url in the browser (should be http://localhost:8080)

Use the local website with the application

  1. Run the website
  2. Create an env var (for Linux: export URL=http://localhost:8080)
  3. Run the app : it should now use the local website