The code that hosts Alex's blog
Languages:
- Ruby >= 3.1.3
- Node.js >= 20.0.0
Frameworks:
Deployment:
Other Tools:
Site Theme:
-
Clone the project
git clone https://github.com/dragid10/blog.alexo.dev
-
Go to the project directory
cd blog.alexo.dev
-
Install asdf version manager following these instructions:
https://asdf-vm.com/guide/getting-started.html#_2-download-asdf
-
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
-
Install dependencies
asdf install yarn install bundle instal
-
Start the server
yarn clean && yarn dev
-
The site should now be available at: http://localhost:4000