Skip to content

maximdave/CrioQprofile

Repository files navigation

Profile FE

Testing

npm test

Local Run

Set up your development environment

npm install
cp .env.template .env.development

Provide correct values in .env.development and proceed with local run:

npm start

Deployment

Similar to .env.development, create a .env.production file with necessary variables.

Sign up for Netlify and install Netlify CLI

netlify login

Proceed with deployment:

npm run-script build
netlify deploy --dir=public --prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published