Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 602 Bytes

RSA

This repo contains all the files necessary to render azbuka.stanford.edu. The main file where everything starts is index.html.

If you want to edit:

  1. First always do

git pull

  1. After edits check that everything renders well in the browser by opening index.html local file.

  2. Commit changes to the shared repository:

git add "your files" git commit -m "message" git push -u origin master

  1. To publish (i.e. make azbuka.stanford.edu display your local copy) run

sh upload.sh You may need to edit upload.sh to make it upload the files that you've changed (there is a file mask).