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.
The official website was built using Gatsby.
-
Clone The Repository.
Cloning the repo, pulls the source from the remote to local.
git clone https://github.com/TNkemdilim/rust-telescope.live.git
-
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.
-
Start developing.
Navigate into your rust telescope's directory and start it up.
cd rust-telescope/ gatsby develop
-
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.