Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.33 KB

Front-Commerce — Developers area

Netlify Status

This is the source code for the https://developers.front-commerce.com website.

Please use Github issues and PR for feedbacks, suggestions and improvements.

License

This contents in this repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

The code though is under MIT License.

Installation

$ npm install

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Run

$ npm serve

This command generates static content into the build directory and can be served using any static contents hosting service.