Staging site for SoftwareSeni 3.0 development
git clone https://github.com/SoftwareSeniPT/softwareseni.gitor- Download the repo and unzip to your local server
- Import the installation folder
- Profit!
- Run
cd <installation folder path> - Run
npm installto install grunt depedencies if you're willing to use Grunt - Run
grunt. Grunt will watch the file everytime has changes - Server available at
http://localhost:9001(Live reload not implemented yet)
- All HTML is compiled from folder
/kit, so edit.kitfile on/kitfolder instead. - Codekit or grunt will automatically watch for changes and compile it.
- Variables available on folder
__config__. Put variable likesiteName,siteDescription,pageTitlethere. - Partial files available at
__partial__folder. Put your header, footer, sidebar, or any reusable component there.
- All CSS is compiled from folder
/sass, so edit.scssfile on/sassfolder instead. - Codekit or grunt will automatically watch for changes and compile it to
/cssfolder
- If you're coming from
git clone, skip this step - Run
git init - Run
git remote add origin https://github.com/SoftwareSeniPT/softwareseni.git - Run
git checkout gh-pages - Commit and push your update to branch
gh-pages - Staging URL available at https://softwaresenipt.github.io/softwareseni