1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-21 18:16:33 +02:00
A mono repo for the factorio-blueprints project.
Go to file
2021-12-03 11:05:44 +01:00
.github fix: removed workflow step that was combined 2021-12-03 11:05:44 +01:00
.vscode blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
.yalc feat: create build action for production, add configurable public url 2021-04-01 14:09:58 +02:00
apps chore: dependencies upgrades 2021-12-03 10:56:23 +01:00
docker/factorio-blueprints Added my favorites page 2021-03-21 21:22:22 +01:00
libs Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +01: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 chore: dependencies upgrades 2021-12-03 10:56:23 +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 Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +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 Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +01:00
nx.json Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +01:00
package.json chore: dependencies upgrades 2021-12-03 10:56:23 +01:00
README.md chore: dummy commit to trigger github action 2021-04-22 22:57:32 +02:00
tsconfig.base.json Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +01:00
workspace.json Upgrade next and nx, removed babel config, fixes 2021-12-03 10:32:10 +01:00
yalc.lock feat: create build action for production, add configurable public url 2021-04-01 14:09:58 +02:00
yarn.lock chore: dependencies upgrades 2021-12-03 10:56:23 +01: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