Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (29 loc) · 1.31 KB

codebeat badge

This project contains FE app used for artyom-88.github.io
Preparation:

  1. Clone project with git clone command.
  2. Install all dependencies with pnpm install.
  3. Configure environment variables (add .env.local using .env.example).

Commands:

  • pnpm start - run local development server at http://localhost:8080/
  • pnpm build - create an optimized production build before deploy to the site
  • pnpm test - run tests

Made with:


BE App sources fot the site are in the artemganev-be repo.