Skip to content

FilipRudy/steelworks

Repository files navigation

React logo Lambda Logo

Work in progress 🛠️

As we are still amidst discussions to finalize the details and polish the page's appearance, this project is marked as a work in progress.

Description

Steelworks is a landing page created for one of the biggest steel processing companies based in the Silesian Voivodeship in Poland. After they reached out to me, I identified their needs and decided that a simple project utilizing React + AWS Lambda functionality would suffice, as there was no real need to create any backend functionalities. One of the key features of this project is that the page is also localized in four languages in total.

Installation

  • Clone the repository
git clone https://github.com/FilipRudy/Steelworks.git
  • Run npm install
$ npm install

Running the app

  • Start the application by choosing preferred mode
# development
$ npm run start

# watch mode
$ npm run start:dev