Kyoto Chocolate Map is a web application that lists chocolate shops in Kyoto.
Clicking a location on the list or a marker of the location displays unique information about the location.
- Download a zip file or clone via GitHub
- Install all project dependencies with
npm install
oryarn
- Rename
.env.sample
to.env
- Replace environment variables in
.env
with your own - Rename
.firebaserc.sample
to.firebaserc
- Replace the project ID in
.firebaserc
with your own - Rename
functions/.runtimeconfig.sample.json
tofunctions/.runtimeconfig.json
- Replace environment variables in
functions/.runtimeconfig.json
with your own - Store your Firebase service account key as
kyoto-chocolate-map-firebase-adminsdk.json
atfunctions/src
- Start the development server with
npm start
oryarn start