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
Bart 1e02111157
Develop (#225)
* chore: Remove debug logging, move cf beacon to header

* fix: ssr bug in chakra-ui and improved routing behaviours regarding scroll

* fix: performance improvement for blueprint create page

* feat: attempt at preserve scroll functionality

* Added moderator functionality

* feat: added deleting of comments

* Comments styles update

* Added user comment deletion

* CSS change

* Changed deletion author check

* allow custom port in host env

Co-authored-by: Bart <barthuijgen@users.noreply.github.com>
Co-authored-by: = <=>
2021-08-18 23:24:11 +02:00
.github fix public and asset urls for prod 2021-04-17 13:12:05 +02: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 Develop (#225) 2021-08-18 23:24:11 +02:00
docker/factorio-blueprints Added my favorites page 2021-03-21 21:22:22 +01:00
libs Develop (#225) 2021-08-18 23:24:11 +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 Feat: improve blueprint creation, add comments to blueprints 2021-04-22 22:26:43 +02: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 nx upgrade 2021-04-15 21:08:13 +02:00
nx.json blueprint managent updates and a lot more 2021-03-06 22:54:18 +01:00
package.json fix: ssr bug in chakra-ui and improved routing behaviours regarding scroll 2021-04-23 15:24:07 +02:00
README.md chore: dummy commit to trigger github action 2021-04-22 22:57:32 +02: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 feat: create build action for production, add configurable public url 2021-04-01 14:09:58 +02:00
yarn.lock fix: ssr bug in chakra-ui and improved routing behaviours regarding scroll 2021-04-23 15:24:07 +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