mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
🍭 My blog kremalicious.com built with Astro. Neat.
https://kremalicious.com
_src | ||
_config.yml | ||
.gitignore | ||
assets sheet.psd | ||
bower.json | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
package.json | ||
README.md |
kremalicious3
kremalicious.com based on Jekyll
Requirements
Get up and running
Install dependencies
npm install && bower install && bundle install
Local development
grunt server
Production build
`grunt build`