Skip to content

timoxa20/masters-way

 
 

Repository files navigation

Masters-way app

Application to track any process that helps people develop.

Deploy demo masters way status: Demo storybook

Deploy demo storybook status: Netlify Status

DNS status: DNS Status

Server direct status: Server status

Demo Master's Way

Demo Storybook

This work is licensed under a Creative Commons Attribution 4.0 International License

CC BY-NC-ND 4.0 image

CC BY-NC-ND 4.0 Legal Code

CC BY-NC-ND 4.0 Deed

Technologies

  • React
  • TypeScript
  • Vite
  • SCSS modules

Modules

  • docs - project documentation
  • mw-webapp - front end

Run in dev mode locally

  1. Download repository

  2. Install all dependencies in the mw-webapp directory

pnpm i

  1. Create .env file inside mw-webapp folder with variables from .env.example (ask Ekaterina for values)

  2. Run application

pnpm run start

Run build locally

pnpm run build

Check locally that production build is ok

pnpm run serve

Run all modules locally

docker-compose -f localQA.docker-compose.yml up

Run all modules locally (except frontend)

docker-compose -f localFront.docker-compose.yml up

Clean up all docker images and volumes

docker system prune -a && docker system prune --volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 68.2%
  • Go 19.6%
  • Mustache 5.2%
  • SCSS 4.1%
  • PLpgSQL 1.9%
  • Dart 0.8%
  • Other 0.2%