Skip to content

Source-code of the official Veles Core website. Anybody is welcome to contribute.

License

Notifications You must be signed in to change notification settings

mdfkbtc/veles-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusFollowers

Velescore website

Ensure you have a Github account. Then:

1. Fork the website

2. Edit your fork

  • The lazy/easy option: just open files in your fork and click Edit, then reload the page from your github.io page as above.
  • Or clone your fork locally using git, edit, then push your changes back to your fork in Github:
    git clone https://github.com/YOUR_GITHUB_USERNAME/site
    git remote add upstream https://github.com/velescore/veles-website
    git fetch --all
    git checkout -b my-task-branch upstream/master
    (add some files, maybe with git add learn.md images/illustrative.png) git commit -m "added illustration to learn.md"
    git push --set-upstream origin my-task-branch
    (then find the link that is displayed, and browse there to easily create a PR) In case you push your work in a branch other than master you will not be able to see your changes live in https://YOUR_GITHUB_USERNAME.github.io/site/. You can either merge your changes in your master branch or deploy the website locally on your host and visit http://127.0.0.1:4000.

3. Upstream your changes

  • Open a pull request with your changes.

About

Source-code of the official Veles Core website. Anybody is welcome to contribute.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • JavaScript 40.4%
  • CSS 2.2%
  • Other 0.2%