GitXplorerGitXplorer
m

docusaurus-auth-firebase

public
5 stars
2 forks
2 issues

Commits

List of commits on branch main.
Unverified
3caddb5e793817d2b27de86b2e846262e3254c02

hotfix: added the route for login path

mmassoudmaboudi committed a year ago
Verified
74301ab3152f041d2a8d7daa2d47023d8cb0d376

Merge pull request #3 from massoudmaboudi/issue-2

mmassoudmaboudi committed a year ago
Unverified
d4488eb8b174c55bae1216813485ac8d21260d28

fix: replaced the firebaseui library with the react version

mmassoudmaboudi committed a year ago
Unverified
7aff7ab2891acd53fd8b2d2a0d875c0a6b17abfb

feat: added cognito authentication layer

mmassoudmaboudi committed a year ago
Unverified
2a5e0c214f443995fa69714e9bcb9a9fc86ed615

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.