Skip to content

Angular-based calculator for factory games like Factorio and Dyson Sphere Program

License

Notifications You must be signed in to change notification settings

Velociraptor115-DSPModding/factoriolab

 
 

Repository files navigation

FactorioLab

prod tests codecov Known Vulnerabilities

This is the repository for the FactorioLab project, a tool for calculating resource and factory requirements for the games Factorio, Dyson Sphere Program, Satisfactory, and Captain of Industry.
This project is intended to build on the features of the Kirk McDonald Factorio Calculator (GitHub). It is built from the ground up using Angular, Redux, and Typescript.

To submit suggestions or issues, please check out the issues page.

To discuss the calculator, join the Discord.

If you love FactorioLab, consider supporting it by buying me a ☕!

Running online

The calculator can be found at https://factoriolab.github.io.
The Factorio calculator can opened directly using the url https://factoriolab.github.io/factorio.
The Dyson Sphere Program calculator can opened directly using the url https://factoriolab.github.io/dsp.
The Satisfactory calculator can opened directly using the url https://factoriolab.github.io/satisfactory.
The Captain of Industry calculator can opened directly using the url https://factoriolab.github.io/coi.
The staging environment, for testing pull requests, can be found at https://factoriolab.github.io/staging.

Running locally

To run this project locally:

  1. Install NodeJS
  2. Install Angular CLI, using npm install -g @angular/cli
  3. Install dependencies, using npm ci
  4. Build and serve the project, using npm start
  5. Open a browser at https://localhost:4200

The app will reload automatically if source code is changed.

Running tests

To run the automated unit tests:

  1. Install NodeJs, Angular CLI, and the dependencies as described above
  2. Build and run the tests, using npm test

About

Angular-based calculator for factory games like Factorio and Dyson Sphere Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.8%
  • SCSS 24.6%
  • HTML 8.5%
  • Other 0.1%