/smr-frontend

Next generation Satisfactory Modding Repository (SMR) frontend

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

SMR Frontend

Development

Setup

This project uses pnpm:

pnpm install

Running

The dev script executes several processes:

  • Development Server
  • Svelte Checker
  • ESLint
pnpm dev

If you don't wish to run the backend (which most likely you don't), you can point your local frontend to the staging or production API's using environment variables:

NODE_ENV=staging pnpm dev
NODE_ENV=production pnpm dev