Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 651 Bytes

Craftnet

Craftnet is the Craft project that powers various services for Craft CMS, including id.craftcms.com, plugins.craftcms.com, and the Craftnet API.

It is not meant to be self-installable. We’ve published it to a public repo for the issue tracking and because we hope some aspects of the code will serve as helpful examples for other advanced Craft projects.

Development

Front-end assets can be regenerated by running:

> npm install
> npm run production