1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-28 09:33:51 +02:00
A mono repo for the factorio-blueprints project.
Go to file
2021-03-31 13:48:50 +02:00
.github Fix button font size, tags placeholder and deploy task order 2021-03-14 23:40:54 +01:00
.vscode blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
.yalc chore: update factorio-wasm package 2021-03-30 22:06:37 +02:00
apps feat: Make search options based on actual data 2021-03-31 13:48:50 +02:00
docker/factorio-blueprints Added my favorites page 2021-03-21 21:22:22 +01:00
libs feat: Make search options based on actual data 2021-03-31 13:48:50 +02:00
.dockerignore Remove node_modules from gitignore 2021-03-17 16:33:45 +01:00
.editorconfig initial commit 2020-10-16 19:37:34 +02:00
.eslintrc.json nx upgrade 2021-03-11 11:40:14 +01:00
.gitattributes Readme and github languages fix 2021-03-13 01:00:19 +01:00
.gitignore Added yalc directory for easier contributing 2021-03-09 18:53:15 +01:00
.prettierignore initial commit 2020-10-16 19:37:34 +02:00
.prettierrc Feat: Added blueprint image generator function and cleaned up blueprints app scaffolding 2020-10-17 15:55:18 +02:00
.yarnrc Add FBE editor for in-browser image rendering, ported database to postgres, updated packages 2021-01-10 22:03:07 +01:00
babel.config.json initial commit 2020-10-16 19:37:34 +02:00
blueprints.Dockerfile Use nextjs generated package json instead of keeping self managed list 2021-03-13 01:27:31 +01:00
blueprints.github.Dockerfile Test blueprints deploy to dev 2021-03-13 17:31:57 +01:00
CREDITS.md Added several ways of generating images, factorioprints scraper and a lot of updates to the main site 2020-10-22 15:53:06 +02:00
jest.config.js blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
jest.preset.js initial commit 2020-10-16 19:37:34 +02:00
LICENSE AGPL-3.0 2021-03-08 20:10:14 +01:00
migrations.json chore: nx migrate latest 2021-03-30 23:21:54 +02:00
nx.json blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
package.json chore: upgrade packages, added next eslint rules 2021-03-30 23:41:54 +02:00
README.md Update readmes, add fonts locally, fixes to search page props 2021-03-13 15:15:15 +01:00
tsconfig.base.json blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
workspace.json chore: nx migrate latest 2021-03-30 23:21:54 +02:00
yalc.lock chore: update factorio-wasm package 2021-03-30 22:06:37 +02:00
yarn.lock chore: upgrade packages, added next eslint rules 2021-03-30 23:41:54 +02:00

FactorioSites

Mono-repo for Factorio Blueprints.

Factorio Blueprints delivers a platform to easily share blueprints and with minimal effort get the most value from them, with advanced search and real-time rendering of blueprints.

Links

Credits

Factorio Blueprints uses a part of the Factorio blueprint editor by Teoxoy. Lisenced MIT.

This amazing project allows us to render real time high quality images directly when opening any blueprint.

Want to contribute?

Prerequisites

  • A postgres database (docker-compose.yml provided)
  • A Google Cloud Platform project

Run factorioblueprints.tech locally

  • See /apps/blueprints/README.md