зеркало из https://github.com/GoogleChrome/kino.git
749 B
749 B
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
Start by creating a new Firebase project from the console 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:
git clone git@github.com:xwp/web-dev-media.git
Go to the project folder:
cd web-dev-media
Login to Firebase:
firebase login
Initialize Firebase:
firebase init
Install the dependencies:
npm install
Start the Firebase emulator:
npm start