Skip to content

Swapica/landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da8229a · Aug 8, 2023

History

79 Commits
Jan 5, 2023
Jan 6, 2023
Jul 18, 2023
Jul 17, 2023
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Aug 8, 2023
Jan 5, 2023
Apr 26, 2023
Apr 26, 2023
Jul 21, 2023
Dec 8, 2022
Aug 8, 2023
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Dec 8, 2022
Jan 13, 2023

Repository files navigation

Landing

Project setup

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run unit tests

yarn test

Lints release/release candidate version

yarn rsc %release-version%

Build docker image with version

 docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t landing .

env.js variables

 VITE_APP_APP_NAME: 'Swapica'
 VITE_APP_DASHBOARD_APP_URL: '',
 VITE_APP_GITHUB_URL: '',