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
2022-12-06 00:49:48 +01:00
.github fix: prisma not starting 2022-11-22 16:26:11 +01:00
.vscode blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
.yalc fix: moved fbe assets to new host 2022-11-14 11:13:35 +01:00
apps feat: update schema 2022-12-06 00:49:48 +01:00
docker/factorio-blueprints Added my favorites page 2021-03-21 21:22:22 +01:00
libs fix: user search, edit blueprint without new string 2022-11-27 00:19:17 +01:00
pulumi feat: added pulumi infra and fixed thumbnail render function 2021-12-06 23:51:12 +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 feat: added pulumi infra and fixed thumbnail render function 2021-12-06 23:51:12 +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 feat: upgrade to build in caching in actions and upgrade to node 18 2022-11-14 11:55:29 +01:00
blueprints.github.Dockerfile feat: upgrade to build in caching in actions and upgrade to node 18 2022-11-14 11:55:29 +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 fix: prisma upgrade 2022-11-22 17:03:37 +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 feat: added pulumi infra and fixed thumbnail render function 2021-12-06 23:51:12 +01:00
yalc.lock feat: create build action for production, add configurable public url 2021-04-01 14:09:58 +02:00
yarn.lock fix: prisma upgrade 2022-11-22 17:03:37 +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