Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 930 Bytes

ryansenn.dev

Todo

  • Make google rank use ports and JS instead of fetching backlinks through server
  • Follow backlinks instad of relying on URL, we miss backlinks using url shortneres etc.

Setup

https://ryansenn.dev is built using the Phoenix Framework written in Elixir and some Elm.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Navigate back to root dir cd -1
  • Compile Elm code: cd lib/ryan_web/elm && ./make
  • Navigate back to root dir cd -1
  • Generate a SSL certificate: mix phx.gen.cert
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4001 from your browser.

Learn more