Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

asoete/howest-webtechnology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howest-webtechnology

The sources for https://asoete.github.io/howest-webtechnology.

Local copy

The following steps must be taken to start/open the site locally:

  • Get an initial copy of the repository:
git clone https://github.com/asoete/howest-webtechnology.git webtechnology-site
  • To get the latest version/updates
# in webtechnology-site folder
git pull origin master
  • Start a local instance of the site:
# in webtechnology-site folder
make serve

And open http://localhost:8000 in a web browser.