Skip to content

jaeyow/fullstack-developer

Repository files navigation

Full Stack Developer Tips

To build and run the blog locally do the following:

  1. Using the terminal, navigate to the folder that contains _config.yml
  2. Then run the following command in the terminal:
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll --platform linux/amd64 -it -p 4000:4000 jekyll/jekyll jekyll serve
  1. With your browser, navigate to http://0.0.0.0:4000/
  2. Using Docker, you will not need to fiddle with Ruby dependencies ever!
  3. Profit!!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published