Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

xg4/static-site-boilerplate

Repository files navigation

Static Site Boilerplate

Branch

Installation

$ git clone git@github.com:xg4/static-site-boilerplate.git <your project name>
# or
$ git clone https://github.com/xg4/static-site-boilerplate.git <your project name>

$ cd static-site-boilerplate
$ rm -rf .git
$ git init
$ git remote add origin <your git repo>
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master