Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1004 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1004 Bytes

Front-Commerce — Developers area

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.

Setup

Run npm install to install the app. You can add a new page by created a .md file in source/docs/yourfolder/. Do not forget to index your newly created page to the _config.yml file at the root of the repository. Run npm run start to start your Front-Commerce local version of the documentation (default port should be 4444 on localhost).