Welcome to the try-ai
GitHub Pages site! This repository hosts a Jekyll-powered static site designed to showcase AI-related projects, tutorials, and resources.
To view the site locally, follow these steps:
-
Install Jekyll and Bundler:
gem install jekyll bundler
-
Clone the Repository:
git clone https://github.com/turingschool/try-ai.git cd try-ai
-
Install Dependencies:
bundle install
-
Serve the Site Locally:
bundle exec jekyll serve
Open your browser and navigate to
http://localhost:4000
.
We welcome contributions! Please fork the repository, create a new branch, and submit a pull request with your changes.
For questions or feedback, please reach out to the maintainers via the repository's Issues page.
Happy coding!