Skip to content

artyom-88/artyom-88.github.io

Repository files navigation

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.