Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

rconjoe/diamantaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRAI.com

ring-sizer-full-width-banner-desktop

diamantaire (noun) /ˌdiːəmɒnˈtɛə(ɹ)/ A member of a successful diamond-dealing family or group.


CircleCI

Vercel

Certificate issues

When deploying preview, it appears that Vercel can fail to issue a certificate for the preview domain. When this happens, you will most likely not be able to visit the site but instead be given a privacy error (vercel/vercel#7655). To solve this issue, you can run this command using the vercel cli tool (https://vercel.com/docs/cli):

vercel --scope vrai cert issue [host] example: vercel --scope vrai cert issue darkside-main-git-feature-cls-diamond-pdp.vrai.qa

Tips

During a rebase, you can skip Husky checks with: HUSKY_SKIP_HOOKS=1 git rebase ...

Linux Run Steps

To pull latest and start on Linux the following command sequence should work after library changes from the upstream repo:

git pull
git checkout [branch]
sudo su
    nvm use
    rm -rf ./node_modules
    pnpm install
    chmod 777 . -R
    exit
nvm use
pnpm start

Run Swagger Locally

To run swagger locally, make sure

SWAGGER_PASSWORD=<password> 

is added into .env file

Swagger URL is http://localhost:3333/docs

** On pnpm start, a most current swagger-spec.json will be generated on root folder. We can import this file into postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published