Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 609 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 609 Bytes

youchoose.ai

The static website is generated by Jeckyll.

Prerequisites:

To build it on your machine

Clone the directory:

git clone [email protected]:tracking-exposed/youchoose.ai.git

Open the directory:

cd youchoose.ai

Install bundle (only the first time):

bundle install

Build the website:

bundle exec jekyll serve --livereload

You should see it now on your browser at: http://localhost:4000/


To create a new post/article:

create an .md file in the directory called _posts with this format: YYYY-MM-DD-title.md