gienah-studio / Lacerta

All for Frontend.
https://gienah-studio.github.io/Lacerta/
0 stars 1 forks source link
frontend frontend-interview frontend-interview-questions

Lacerta - All for Frontend

Homepage

Lacerta

Dev

  1. install jekyll using gem install jekyll bundler
  2. bundle install
  3. bundle exec jekyll serve
  4. go http://127.0.0.1:4000/Lacerta/

or

  1. docker-compose up --build
  2. go http://127.0.0.1:4000/Lacerta/

There are two system test pages:

  1. About Page
  2. Demo Post

Contribute

Follow Jekyll Dev Guide

New Page

bundle exec jekyll page "page_name"

New Post

bundle exec jekyll post "post_name"