kino/README.md

38 строки
749 B
Markdown
Исходник Обычный вид История

2021-01-27 11:53:13 +03:00
**Please note: This app is being developed. There may be bugs, and everything is subject to change.**
# App Name @todo
Description @todo
## Running the site locally
2021-01-27 12:34:41 +03:00
Start by creating a new Firebase project from the [console](https://console.firebase.google.com/) and then setup the Firebase CLI.
**Important**: This project uses a local Firebase emulator, which mean you need to install the Firebase CLI globally.
npm install -g firebase-tools
Clone this repository:
2021-01-27 11:53:13 +03:00
git clone git@github.com:xwp/web-dev-media.git
2021-01-27 12:34:41 +03:00
Go to the project folder:
2021-01-27 11:53:13 +03:00
2021-01-27 12:34:41 +03:00
cd web-dev-media
2021-01-27 11:53:13 +03:00
2021-01-27 12:34:41 +03:00
Login to Firebase:
2021-01-27 11:53:13 +03:00
2021-01-27 12:34:41 +03:00
firebase login
Initialize Firebase:
firebase init
Install the dependencies:
npm install
Start the Firebase emulator:
npm start