Skip to content

Commit 6d10794

Browse files
committed
Add .env.example and update README with new setup instructions
1 parent d83d441 commit 6d10794

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.env.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Add your API keys here
2+
# For running locally
3+
OPENAI_API_KEY=""
4+
REPLICATE_API_KEY=""
5+
OPENROUTER_API_KEY=""
6+
7+
# Coinbase CDP Configuration
8+
CDP_API_KEY_NAME=""
9+
CDP_API_KEY_PRIVATE_KEY=""
10+
CDP_NETWORK_ID=""
11+
12+
THE_GRAPH_API_KEY=""
13+
14+
15+
16+
# AIM's hosted inference service url
17+
# AIM_INFERENCE_SERVER_URL= # AIM's hosted inference service url
18+
# AIM_API_KEY= # AIM's api key

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ This is an AIM (AI Markup) project that allows you to create interactive AI-powe
66

77
1. Add your AI provider API keys in the .env file
88
2. Create your content files in the /files directory
9-
3. Run `aim start -d . --ui` to start the development server
9+
3. Run `npm install` to install the dependencies
10+
4. Run `npm run start` to start the development server
1011

1112
## Documentation
1213

13-
For full documentation, visit [docs.aimarkup.org](https://docs.aimarkup.org)
14+
For full documentation, visit [aim.microchipgnu.pt](https://aim.microchipgnu.pt)
15+
Read blog post, visit [Syntax Decisions](https://aim.microchipgnu.pt/blog/syntax-decisions)

0 commit comments

Comments
 (0)