Skip to content

PlanExeOrg/PlanExe-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

259 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlanExe-web on GitHub Pages

Github pages is used for the planexe.org static website. This github repo contains the website content.

Links:

Install the dependencies

Ruby 3.3 required. GitHub Pages uses Ruby 3.3.4; Ruby 4.x is not yet supported by the Jekyll/github-pages ecosystem.

If Homebrew updated you to Ruby 4.x, use Ruby 3.3:

brew install ruby@3.3
export PATH="/opt/homebrew/opt/ruby@3.3/bin:$PATH"

Then:

PROMPT> bundle install

Run the server on localhost

PROMPT> bundle exec jekyll serve
http://127.0.0.1:4000

or, if the port is occupied.

PROMPT> bundle exec jekyll serve --port 4001
http://127.0.0.1:4001

Run the server on all network interfaces (for mobile testing)

PROMPT> bundle exec jekyll serve --host 0.0.0.0
http://0.0.0.0:4000

Access from your phone using your computer's local IP address (e.g., http://192.168.1.100:4000)

About

Website for PlanExe

Resources

License

Stars

Watchers

Forks

Contributors

Languages