Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 2.25 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.25 KB

Rust Telescope

Rust Telescope

Netlify Status GitHub stars GitHub issues GitHub license

A bi-weekly and monthly video cast focused on:

  • Teaching Rust basics.
  • Discussing industry use-cases and best practices.
  • Building real-life product and tools in Rust.
  • Insightful interviews with Rustaceans.

🚀 Contributing

The official website was built using Gatsby.

  1. Clone The Repository.

    Cloning the repo, pulls the source from the remote to local.

    git clone https://github.com/TNkemdilim/rust-telescope.live.git
  2. Install Gatsby CLI.

    To contribute, it is required that you have Gatsby CLI installed. You could check out the their documentation to find out more.

  3. Start developing.

    Navigate into your rust telescope's directory and start it up.

    cd rust-telescope/
    gatsby develop
  4. Open the source code and start editing!

    Rust Telescope is now running at http://localhost:8000!

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

💫 Deploy

Deploy to Netlify