Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# LF Commerce README
=======
# lfcommerce-react

An open source ecommerce system front-end written in ReactJS

This is for the missing piece of Python + ReactJS solution for open source ecommerce system.
This is for the missing piece of **Python + ReactJS** solution for open-source e-commerce system.

![Alt Screenshot](./screenshot.png "Screenshot")

This project is built based on the tool [create-react-app]https://github.com/facebookincubator/create-react-app

## Tools 🛠️

The package manager used by this project is [yarn]https://yarnpkg.com/en/
- [create-react-app](https://github.com/facebookincubator/create-react-app)
- [yarn](https://yarnpkg.com/en/)

To setup the project, go to the root directory and do:
## Setup 🏁

*yarn install*
- To setup the project, go to the root directory and do:

`_yarn install_`

To run this project
## To run this project 🎯

*yarn start*
`_yarn start_`