Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.85 KB

Repository Relocation Notice

This repository has been relocated to the deriv-com organization. Please access it at the following URL: sinbad

Thank you!


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.