Skip to content

devrandom/slate

 
 

Repository files navigation

Local Setup

Download and install vagrant from https://www.vagrantup.com

Install github desktop app or use the command line.

Ask for permission for the repository.

Get the repository https://github.com/liorsaar1/slate.git .

Download and install virtualbox from https://www.virtualbox.org/

Go inside the local git directory where the files are, then into a dir called vagrant inside it:

    vagrant up
    vagrant ssh
    cd blockstack
    middleman server

Site is at: http://localhost:4567.

Editing the files in the local git directory, changes should be reflected in the site as served by localhost.

Press control-C and type exit to quit the SSH session.

To shut down VMs, use terminal to go to vagrant directory and enter:

    vagrant halt

About

Beautiful static documentation for your API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 46.0%
  • JavaScript 44.2%
  • HTML 7.3%
  • Ruby 1.7%
  • Other 0.8%