atomaka.com/README.md

24 lines
322 B
Markdown
Raw Normal View History

2023-02-05 21:07:24 -05:00
# atomaka.com
Website managed by jekyll.
## Pre-requisites
* Python
* whatever version lets you install `requirements.txt`
* Ruby
* Preferably the version in `.ruby-version`
## Setup
1. `pip install -r requirements.txt`
2. `bundle install`
## Testing
* `bundle exec jekyll serve`
## Deployment
* `./build.sh`