Skip to content

namanlp/rustp

Repository files navigation

Rust Programming

Providing Guides and ready to use codes in Rust Language for development as well as competitive programming

This is base repo for the website hosted at Rust Programming

Make a Local Instance

To make a local instance, first clone the repository using

git clone https://github.com/namanlp/rustp.git

And go to rustp folder

cd rustp

And install dependencies

npm install

Then, go to the website folder

cd website

And finally,

gatsby develop

To generate static website to host, run

gatsby build

and you can see that there is a website in /public folder.

You can test it on Linux, using

python3 -m http.server

command

Contributing

You can open pull request and also any issues regarding the content of the website.

Thank You

About

Repository for website rustp.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published