This is the Jekyll website for Emryk, an AI startup focused on creating healing platforms for cognitive assistance.
This site is built with Jekyll. To run it locally:
- Install dependencies:
bundle install
- Start the development server:
bundle exec jekyll serve
- Visit
http://localhost:4000
in your browser
- _config.yml: Site configuration
- _layouts/: Layout templates
- _includes/: Reusable components
- _posts/: Blog posts
- _pages/: Main site pages
- assets/: CSS, JavaScript, images, etc.