Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.4 KB

File metadata and controls

35 lines (22 loc) · 1.4 KB

kappa-pwa

Netlify Status GitHub Language grade: JavaScript Lines of Code

Secrets

Create a file src/secrets.ts as follows:

export const API_URL = '<CHANGE ME>';

export const GOOGLE_CLIENT_IDS = {
  dev: '<CHANGE ME>',
  prod: '<CHANGE ME>'
};

Development

command description
expo start run the development server. Add the -c flag to clear cache

You can use the appropriate emulator depending on the platform you want to try. The expo CLI will automatically handle the process for building and running the development version without going through the build steps below.

Deploy

  1. npm install -g netlify-cli if you don't have netlify installed
  2. yarn deploy

License

This project is GPLv2 licensed