Skip to content

Designing a Better World Through Decentralized Technologies

Notifications You must be signed in to change notification settings

sora-xor/soracard-site-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soracard.com

SORA Card in hand and headline 'More then just a card'

soracard.com website build with Nuxt 3

Required environment

Env variables required to send email via gmail API:

NUXT_GMAIL_CLIENT_ID
NUXT_GMAIL_CLIENT_SECRET
NUXT_GMAIL_REFRESH_TOKEN
NUXT_GMAIL_REDIRECT_URL=https://developers.google.com/oauthplayground
NUXT_GMAIL_USER #sender email address

Here is an article how to get them

Env variables required for reCAPTCHA:

NUXT_RECAPTCHA_SECRET_KEY
NUXT_PUBLIC_RECAPTCHA_SITE_KEY

Get them here (Score based (v3))

On local machine you can use .env file in the root of the project to specify the variables

Running the app

Make sure to install the dependencies:

yarn install

Start the development server on http://localhost:3000:

yarn dev

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.

About

Designing a Better World Through Decentralized Technologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published