https://github.com/ullaakut/factorihub
An application for sharing Factorio blueprints and map seeds.
https://github.com/ullaakut/factorihub
blueprints factorio hacktoberfest
Last synced: about 1 month ago
JSON representation
An application for sharing Factorio blueprints and map seeds.
- Host: GitHub
- URL: https://github.com/ullaakut/factorihub
- Owner: Ullaakut
- Created: 2020-09-13T22:12:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T20:55:24.000Z (over 4 years ago)
- Last Synced: 2025-02-25T10:13:58.629Z (about 2 months ago)
- Topics: blueprints, factorio, hacktoberfest
- Language: Go
- Homepage:
- Size: 11 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FactoriHub
FactoriHub is an application dedicated to sharing Factorio blueprints and map seeds.
## Development mode
In order to run the development mode, which automatically recompiles the backend and renders updated web views upon changes, you need a PostgreSQL database available at `postgres://postgres:[email protected]:5432/factorihub_test?sslmode=disable`.
Then, you can simply run the following command from the root of the repository.
$ buffalo build && buffalo dev
If you point your browser to [http://127.0.0.1:3000](http://127.0.0.1:3000) you should see the home page.