Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.14 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.14 KB

⚠️ No longer maintained ⚠️

Epilogue Starter Kit

Build Status Dependency Status license

A starter kit using an Express implementation of Epilogue. It handles generic functionality like authentication and authorization as well as repetitive tasks like setting up Epilogue resources and milestones.

Getting Started

Put your credentials into src/config.js. After that, you can start by adding or editing resources in the resources folder. To learn more about resources in Epilogue Starter Kit, read this. You should read Epilogue's documentation as well to fully understand resources and milestones.

Start the server by running gulp start (gulp serve for the build version).