Socket
Socket
Sign inDemoInstall

@dotintent/intentbase-ui-auth

Package Overview
Dependencies
9
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dotintent/intentbase-ui-auth

UI React components for Log in, Register and Forgot password, to use with auth providers like Cognito


Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Intentbase UI Auth

CI

Table of Contents

  • About
  • Getting started
  • Conventional Commits
  • Available scripts
  • Useful docs

About

UI React components for Log in, Register and Forgot password, to use with auth providers like Cognito

Getting started

Prerequisites

Installation

yarn install

Prepare and fill secrets

Copy and paste .env.example into .env and fill all secrets.

SecretDescriptionDefault
NODE_ENVDefine current enviroment-

Running the app

yarn storybook

Conventional Commits

Commitlint checks if your commit messages meet the conventional commit format.

Example:

feat(blog): add comment section

Common types according to commitlint-config-conventional (based on the the Angular convention) can be: conventional-commit-types

Available scripts

To run script, in terminal type yarn {script}.

ScriptDescriptionNote
preinstallChecks is yarn was used package managerIt runs automatically before every install
prebuildRuns yarn cleanIt runs automatically before every build
startStarts app locally
cleanRemoves build directory if it exists
buildBuilds app
serveServes locally app from build directoryBefore serve, run yarn build
testRuns test for utils and helpers
type-checkChecks TypeScript types
format:checkChecks prettier rules
formatFix prettier
lintFix linter
lint:checkChecks linter rules

Publishing

npm publish --access=public

Useful docs

Keywords

FAQs

Last updated on 08 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc