Skip to content

Meyclem/where-is-it

Repository files navigation

❓❗Where is it ❗❓

Usage

Installation

This project uses node 14.15.1 and yarn 1.22.4. You can manuall install them or use asdf.

asdf install
yarn install

Firebase emulator init

firebase login
firebase init emulators
firebase init functions

Start the app in development environment

# Development mode
yarn fb:start
yarn dev

Build the project

yarn build

Linter

You can use eslint to help you format your code.

yarn lint