Skip to content

DutchCaffeine/factorio-prints

 
 

Repository files navigation

Development Build

Install node.js.

https://nodejs.org/en/

Install yarn package manager

https://yarnpkg.com/en/docs/install

Install some command line tools that are node packages

yarn global add \
	firebase-tools@latest \
	create-react-app@latest \
	react-scripts@latest \
	antlr4@latest \
	eslint@latest \
	eslint-plugin-babel@latest \
	eslint-plugin-lodash@latest \
	eslint-plugin-no-loops@latest \
	eslint-plugin-promise@latest

Run the dev build:

yarn run start

This will build the app, run it on localhost:3000, and open a browser. The app will be connecting to the production database.

Production build

Run the commands:

bash deploy.sh

About

factorioprints.com

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.4%
  • CSS 16.1%
  • HTML 1.6%
  • Other 0.9%