Skip to content

Commit bc5869f

Browse files
committed
[main]: added CNAME and manifest icons
1 parent 6105409 commit bc5869f

File tree

14 files changed

+79
-65
lines changed

14 files changed

+79
-65
lines changed

.env.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
NODE_ENV=development
2+
LOG_LEVEL=debug
3+
PORT=4321
4+
5+
6+
GITHUB_CLIENT_ID=
7+
GITHUB_CLIENT_SECRET=
8+
9+
GOOGLE_CLIENT_ID=
10+
GOOGLE_CLIENT_SECRET=
11+
12+
FACEBOOK_CLIENT_ID=
13+
FACEBOOK_CLIENT_SECRET=
14+
15+
AUTH_TRUST_HOST=true
16+
AUTH_SECRET=
17+
18+
ENCRYPTION_KEY=

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Template to Start Astro + React
1+
# ABCD KBD
22

3-
This is a codebase for to Start Project in Astro + React .
3+
A Interactive game for kids ; building in Astro
44

5-
## The template contain
5+
main codebase for [abcdkbd.com](https://www.abcdkbd.com)
66

7+
## The tech Stacks
8+
9+
- Astro js
710
- Shadcn for component
811
- tailwind for styling
912
- Zustand for state management

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "abcd",
33
"version": "1.0.0",
4-
"description": "front end starter in Astro with React codebase",
4+
"description": "A website for our kids trial phase of abcdkbd.com",
55
"homepage": "https://parixan.xyz",
66
"displayName": "abcd",
77
"license": "MIT",
@@ -31,8 +31,8 @@
3131
}
3232
],
3333
"keywords": [
34-
"client",
35-
"startup"
34+
"recursivezero",
35+
"abcd"
3636
],
3737
"scripts": {
3838
"dev": "astro dev",

public/assets/images/192x192.png

5.22 KB
Loading

public/assets/images/512x512.png

16.5 KB
Loading
4.75 KB
Loading
183 Bytes
Loading
406 Bytes
Loading

public/assets/images/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)