Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/notification #6

Open
wants to merge 6 commits into
base: starter
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VITE_API_KEY = AIzaSyANTYuFcvydbdNOwwCf1zaNYSLxJPYDW90

export VITE_API_KEY
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Lama Dev Chat App Starter template
# Chat App Starter template

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/avatar.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lama Dev Chat App</title>
<title>Chat App</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading