Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.6 KB

Sinbad.dev

Sinbad Software LLC provides software development services and IT solutions for the fintech industry.

Pre-installation

Before running or contribute to this project, you need to have the setup of the following packages in your environment

  • node >=12.3.0
  • npm >=6.9.0
  • git (for contribution)
  • gatsby-cli (npm install -g gatsby-cli) (for using commands that aren't listed in scripts)

Moreover, having these extensions will help you to speed up the development process and adhere to the best practices

Quick start

  1. Fork the project

    In order to work on your own version of the Sinbad application, please fork the project to your own repo.

  2. Clone using SSH

    git clone [email protected]:your-github-username/sinbad.git
  3. Enter project directory

    cd sinbad
  4. Install your dependencies:

    npm ci
  5. To start developing:

    npm start
  6. Open the source code and start editing!

    Your site is now running at http://localhost:8800!

    Note: You'll also see a second link:http://localhost:8800/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.