This is a repo storing starter templates for Karbon projects, which allows users to quickly start a new Karbon project.
Using this template is very simple, just follow these steps:
- Run
npm init @storipress/karbon <template-name> <project-name>
to create a new project. - Copy the
.env.example
file and rename it to.env
, then fill in the Storipress API related information in the.env
file. - In the terminal, run
yarn install
to install the required packages for the project. - In the terminal, run
yarn dev
to start editing the webpage.
This template uses the MIT license. See the LICENSE file in the project for more information.