Skip to content

LPFP/fablab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll page

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/LPFP/fablab.git
git push -u origin master

or Download the project

git clone https://github.com/LPFP/LPFP.github.io.git
bundle install --path vendor/bundle
bundle exec jekyll serve

if you need Ruby

sudo apt-get install ruby-full rubygems
gem update --system
gem install bundler
cd to this folder
bundle install --path vendor/bundle
bundle exec jekyll serve

ouvrir votre navigateur à l'adresse http://localhost:4000/

Show and tell on lan

cd _site/
python -m SimpleHTTPServer 8000

ouvrir votre navigateur à l'adresse http://192.168.0.14:8000/

libs

fullcalendar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published