Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 823 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 823 Bytes

Borodutch Book website

This is the website for the Borodutch Book.

Local launch

  1. Install dependencies with yarn
  2. Add environment variables
  3. Run the server with yarn start

Environment variables

Name Description
VITE_ALCHEMY_KEY Alchemy API key
VITE_BACKEND_URL URL of the backend
VITE_WALLETCONNECT_PROJECT_ID Wallet Connect project ID
NODE_ENV development or production

Also, please, consider looking at .env.sample.

Available Scripts

  • yarn start — runs the app in the development mode
  • yarn build — builds the app for production to the docs folder