Developer Setup
Step 1: Local Installation
Create a project using the template on github. you need to click on the green "use this template" button.
Clone the project:
git clone [email protected]:youraccount/projectname.git
Or use the github cli to easily create a copy of the template and clone, replace mediation-directory
with your chosen name for the directory project.
gh repo create meditation-directory --template masterkram/minted-directory --private --clone
Install the dependencies:
pnpm install
Start for development:
pnpm dev
Now you are running Minted Directory locally and are ready to make your own directory 🍃
Step 2: Customize The Directory
- Adapt the style of the directory to what you would like to have by following the style guide.
- Add content to the directory, follow the content guide
Step 3: Deploy
Follow the deployment guide