Skip to content

aldra-consulting/platform-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aldra | Platform Web

semantic-release: conventionalcommits

Description

An invite-only platform for independent contractors.

Installation and Usage

  • Required tools to run this project:
    • Node.js and npm to run locally on a host machine

Running application locally on a host machine

  • Install dependencies by running npm install
  • Run one of the following commands:
    • npm start to start local development server
    • npm run debug to start local development server in debug mode

Environment Variables

  • OIDC_ISSUER - OIDC issuer URI
    • http://localhost:8001 (default in development mode)
    • https://www.id.{env}.alra.no (must be used in production-like environments)
    • https://www.id.alra.no (must be used in production)
  • OIDC_CLIENT_ID - OIDC client ID
  • OIDC_SCOPES - OIDC scopes
  • SANITY_STUDIO_PROJECT_ID - Sanity Studio project ID
  • SANITY_STUDIO_DATASET - Sanity Studio dataset
  • SANITY_API_VERSION - Sanity API version
  • GRAPHQL_API_URL - GraphQL API URL

Contributing

Branching Strategy

Whenever a new change is to be implemented, follow these steps:

  • Create a new branch from the master branch
  • Implement and commit changes
  • Create a pull request for code review

Commits

This repository uses conventional commmit format. In order to commit, follow these steps:

  • Stage files to be committed
  • Run npm run commit script

Avoid using --no-verify flag when making commits.

About

An invite-only platform for independent contractors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages