Skip to content

jlbelanger/glick-app

Repository files navigation

Glick

View the site.

Development

Requirements

Setup

First, setup the Glick API.

# Clone the app repo
git clone https://github.com/jlbelanger/glick-app.git
cd glick-app

# Configure the environment settings
cp .env.example .env
cp .env.example .env.production
cp cypress.env.example.json cypress.env.json

# Install dependencies
yarn install

Run

yarn start

Your browser should automatically open http://localhost:3000/

Lint

yarn lint

Test

yarn test:cypress

Generate splash screens

npx pwa-asset-generator public/icon.png ./public/img/splash --background "#31205b" --splash-only --type png --portrait-only --padding "30%"

Deployment

Note: The deploy script included in this repo depends on other scripts that only exist in my private repos. If you want to deploy this repo, you'll have to create your own script.

./deploy.sh