Skip to content

dragid10/blog.alexo.dev

Repository files navigation

blog.alexo.dev

Vercel Deploy

The code that hosts Alex's blog

Tech Stack

Languages:

Frameworks:

Deployment:

Other Tools:

Site Theme:

Run Locally

  1. Clone the project

    git clone https://github.com/dragid10/blog.alexo.dev
  2. Go to the project directory

    cd blog.alexo.dev
  3. Install asdf version manager following these instructions:

    https://asdf-vm.com/guide/getting-started.html#_2-download-asdf
    
  4. Install asdf plugins

    # Ruby Plugin
    asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
    
    # NodeJS plugin
    asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
  5. Install dependencies

    asdf install
    yarn install
    bundle instal
  6. Start the server

    yarn clean && yarn dev
  7. The site should now be available at: http://localhost:4000

License

MIT

About

Blog backend for the alexo.dev website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published