Skip to content

arthurfalcao/bookstore

Repository files navigation

Bookstore

Netlify Status

Screenshot

🚀 Technologies

✋ Prerequisites

📓 Running the project

# Clone this repository
$ git clone https://github.com/arthurfalcao/bookstore.git

# Access the project folder
$ cd bookstore

# Copy the .env.example and insert the firebase credentials and the api url
$ cp .env.example .env.local

# Install the dependencies
$ npm install

# Run the application
$ npm start