This repository has been archived on 2023-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-16 12:19:51 -04:00
2018-06-02 17:09:54 -04:00
2018-04-09 19:18:15 -04:00
2018-04-09 19:18:15 -04:00
2018-06-02 17:09:54 -04:00
2018-05-30 00:08:48 -04:00
2018-05-30 00:08:48 -04:00
2018-04-09 19:18:15 -04:00
2018-04-09 19:18:15 -04:00
2018-06-02 17:09:54 -04:00
2018-06-02 17:09:54 -04:00
2018-05-30 00:08:48 -04:00
2018-05-30 00:08:48 -04:00
2018-05-30 00:08:48 -04:00
2018-04-09 19:18:15 -04:00

README for lane-slip-generator

This is written in kotlin JS. To run it, you'll need to install the following tools:

nodejs/npm

then install the firebase tools:

npm install -g firebase-tools

Then do:

firebase init functions

to re-initialize the project, and finally, install the kotlin support in the functions directory:

cd functions npm install save kotlin

Then do a build:

gradlew clean build

And you should be able to run the project:

firebase serve only functions

Description
No description provided
Readme 300 KiB
Languages
Kotlin 69.2%
Shell 30.8%