Skip to content

mircearoata/smr-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Next generation Satisfactory Modding Repository (SMR) frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 80.4%
  • TypeScript 13.8%
  • JavaScript 3.1%
  • CSS 1.9%
  • Dockerfile 0.4%
  • SCSS 0.2%
  • Other 0.2%