Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 564 Bytes

Steven Signal
Steven Signal Landing Page Repository


To start the project you need to do the following steps:
  1. Clone the repo:
$ git clone git@github.com:maddevsio/steven-signal-landing.git
  1. Install dependencies
$ yarn install
  1. Run the project in development mode
$ yarn dev
  1. The application is available on localhost:3000