A comprehensive digital credentialing system that enables the creation, management, and verification of educational and professional credentials using blockchain-inspired technology.
Clone the repository
git clone https://github.com/mithlohar144/LearnCard.gitInstall dependencies
npm installSet up environment variables
cp .env.example .envStart the development server:
npm run devBuild for production:
npm run buildPreview the production build:
npm run previewThis project is configured for deployment on Netlify.
-
Automatic Deployment from GitHub:
- Connect your GitHub repository to Netlify
- Netlify will automatically detect the build settings from
netlify.toml - Build command:
npm run build - Publish directory:
dist
-
Manual Deployment:
npm run build # Upload the 'dist' folder to Netlify -
Using Netlify CLI:
npm install -g netlify-cli netlify deploy --prod --dir=dist
Set up your environment variables in the Netlify dashboard:
- Go to Site settings > Environment variables
- Add any required environment variables from your
.env.example
For detailed documentation, see explain.md