Warning
This repository has been archived. Our documentation has moved to a new home! 🏡
You can now find our latest documentation in our private GitLab repository. If you're a Front-Commerce customer, you should already have access to it.
For public documentation, please visit our official documentation website.
This is the source code for the https://developers.front-commerce.com website.
Please use Github issues and PR for feedbacks, suggestions and improvements.
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.
$ npm install
$ 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.
$ npm build
This command generates static content into the build
directory and can be
served using any static contents hosting service.
$ npm serve
This command generates static content into the build
directory and can be
served using any static contents hosting service.