GitXplorerGitXplorer
m

docusaurus-auth-cognito

public
4 stars
2 forks
1 issues

Commits

List of commits on branch main.
Unverified
c629697b1ca367fb12898ecfaedbcc796de56f05

hotfix: added the direct route for login path

mmassoudmaboudi committed a year ago
Unverified
d6ec293a92a7aa1ddda734edc7e418541616c035

hotfix: added the route for login path

mmassoudmaboudi committed a year ago
Unverified
d6c01e39f5a751df12965e2da9dc33996dd4e6ad

chore: updated the repo cover

mmassoudmaboudi committed a year ago
Unverified
9ec050f53dd359ddfaffe128635eb440b9ae96d9

chore: added CODEOWNERS

mmassoudmaboudi committed a year ago
Unverified
aebc2873c1b1ccd30af876f9562596ac4719a25d

feat: added cognito authentication layer

mmassoudmaboudi committed a year ago
Unverified
574f22d26a0e94ce9533988ffe7318b9c7e8e27d

initial commit

mmassoudmaboudi committed a year ago

README

The README file for this repository.

Introduction

Alt text

Branch Setup

How to Use

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

To build the static files of your website for production, run:

npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

You can deploy your site to static site hosting services such as Vercel, GitHub Pages, Netlify, Render, Surge...

You may check on the main Docusaurus website for further information on how to deploy your website, here.