Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Sep 15, 2024
1 parent 36f0a8e commit 6a6bbda
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
setup: install
cp client/.env.example client/.env
cp server/.env.example server/.env
docker compose up -d

install:
npm install & npm install --prefix server & npm install --prefix client

release:
@echo ${VERSION} | grep -E "^[0-9]+\.[0-9]+\.[0-9]+(-r[0-9]+)?$$"
git fetch origin main
git tag v${VERSION} FETCH_HEAD
git push origin v${VERSION}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
ports:
- 5050:5050 # Cognito API
- 5051:5051 # web interface
- 5052:5052 # OAuth2 SSL endpoint
environment:
COGNITO_USER_POOL_ID: ap-northeast-1_example
COGNITO_USER_POOL_CLIENT_ID: example-client-name
Expand Down Expand Up @@ -91,6 +92,7 @@ You can check the emails sent by Magnito with Inbucket.
- Sign In
- Sign in with your email address and password.
- Sign in with Google / Apple / Amazon / Facebook emulators.
- Forgot Password
Expand Down
Binary file modified docs/screenshots/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/sign-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a6bbda

Please sign in to comment.