tvm-contest / vendee-example-web

Vendee example web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendee example web

cover

build

example.vendee.top

Installation

yarn install && yarn env

Start development

yarn start

Build production and run on localhost

yarn prod

Build production

yarn build

Remove build

yarn rm

Lint

yarn lint
yarn fix

Up local

Up infrastructure

docker network create traefik
docker compose --env-file .env.local up

Deploy on server

Set secrets

  • SSH_DEPLOY_PRIVATE_KEY - e.g. AAAwEAA ...

Push code and check GitHub actions

[GitHub action]https://github.com/kokkekpek/vendee-example-web/actions/workflows/build-and-deploy.yaml)

Docker network scheme

flowchart TD
    %% Traefik
    traefik(traefik)-->|traefik|vendee-example-web-nginx(NGINX)

subgraph Vendee example
    vendee-example-web-nginx
end
Loading

About

Vendee example web

License:MIT License


Languages

Language:TypeScript 62.9%Language:EJS 15.7%Language:Sass 13.3%Language:JavaScript 8.1%