Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
028d46c
feat: Setup GitHub Actions Workflow
od-hunter Mar 21, 2025
92790c6
feat: Setup GitHub Actions Workflow
od-hunter Mar 21, 2025
3a689c4
feat: config setup for the testing environment
od-hunter Mar 22, 2025
529f7d2
feat: Jest config file for testing
od-hunter Mar 22, 2025
6adebd2
feat: docker file for local development
od-hunter Mar 22, 2025
32329f4
feat: Docker file for containerization
od-hunter Mar 22, 2025
96b0d8c
Merge branch 'develop' into CI/CD-Implementation
od-hunter Mar 26, 2025
7cf88e0
feat: implememnt `Light/Dark` with `next/theme` over custom
Mar 28, 2025
1f84098
...
Mar 28, 2025
901e59f
Merge pull request #190 from Jemiiah/feat/theme
JosueBrenes Mar 30, 2025
b08ab7d
Merge branch 'develop' into CI/CD-Implementation
od-hunter Mar 31, 2025
2c9cc88
fix: enhance the Github Actions workflow with better improvements
od-hunter Mar 31, 2025
2582eb4
Merge branch 'CI/CD-Implementation' of https://github.com/od-hunter/f…
od-hunter Mar 31, 2025
81a3179
add packages
od-hunter Apr 13, 2025
f1ab52d
add sample test
od-hunter Apr 13, 2025
9eeaade
fix theme
od-hunter Apr 13, 2025
d48f8cd
fix linting errors
od-hunter Apr 13, 2025
ff5a2a4
fix type checks
od-hunter Apr 13, 2025
e54ba88
fix cypress test
od-hunter Apr 13, 2025
37d23f6
fix cypress
od-hunter Apr 13, 2025
3698fcd
remove unused solana package
od-hunter Apr 13, 2025
455099f
fix npm error
od-hunter Apr 13, 2025
b38ec25
fix audit
od-hunter Apr 13, 2025
1fefebe
fix lighthouse naming
od-hunter Apr 13, 2025
7f889d7
fix ci
od-hunter Apr 13, 2025
2b46dd1
add setup guid
od-hunter Apr 13, 2025
1a7ed9b
use v4
od-hunter Apr 13, 2025
2328dbc
cache npm modules
od-hunter Apr 14, 2025
99598ad
fix target version
od-hunter Apr 14, 2025
38b2cfc
remove linting from workflow
od-hunter May 1, 2025
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
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
.next
.git
*.log
.env
.env.local
.env.development
.env.production
coverage
Dockerfile
docker-compose.yml
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=

NEXT_PUBLIC_APP_HASURA_ENDPOINT=
NEXT_PUBLIC_API_URL=
1 change: 1 addition & 0 deletions .eslintcache

Large diffs are not rendered by default.

Loading