Skip to content

przemyslaw-pawelczak/st-www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Site Department of Software Technology

Sources for minimalistic web site with just pointers to underlying sections.

Local development

git clone https://github.com/SERG-Delft/st-www.git
make local

Creates a public_html folder which can be viewed. To see the twitter feed work you'll need to view via a webserver, e.g. as follows

python -m SimpleHTTPServer 8000	

Edit cycle:

edit src/...
make local
add, commit, and push changes.

Once the changes are OK submit a GitHub pull request.

Deployment at TU Delft

ssh [email protected]
ssh [email protected]
git clone https://github.com/SERG-Delft/st-www.git
cd st-www
make install

About

Web Site of the Department of Software Technology http://www.st.ewi.tudelft.nl/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.7%
  • CSS 7.3%
  • JavaScript 5.9%
  • Makefile 1.1%