Note
This website is deployed at jacquesverre.com.
This is my personal blog, I use it to write about my explorations in the LLM space.
This website is built with Next.js, Cursor and deployed on Vercel.
You can run the development server with:
yarn run dev
To use the ASCII Art Generator feature, you need to set up your Anthropic API key:
- Create a
.env.local
file in the root directory - Add your Anthropic API key:
ANTHROPIC_API_KEY=your_anthropic_api_key_here
- Restart the development server if it's already running
To deploy the website, simply push to the main
branch and Vercel will automatically deploy the changes.
Make sure to add the ANTHROPIC_API_KEY
environment variable in your Vercel project settings.