An open API service indexing awesome lists of open source software.

https://github.com/mightymeld/mightymeld-next-chakra-starter-ts

This repository serves as a boilerplate for Next.js MightyMeld application with Chakra UI.
https://github.com/mightymeld/mightymeld-next-chakra-starter-ts

Last synced: 13 days ago
JSON representation

This repository serves as a boilerplate for Next.js MightyMeld application with Chakra UI.

Awesome Lists containing this project

README

        

# MightyMeld Next.js Chakra UI Starter

A boilerplate project for quickly setting up an application using Next.js and Chakra UI and MightyMeld.

## Getting Started

Follow these steps to set up and start using the boilerplate:

1. Clone this repository.

2. Run `npm install` to install depenendencies.

3. Run `npx mightymeld secrets` to download a `mightymeld.secrets` file.

4. Run `npx mightymeld` to launch MightyMeld studio in a browser tab.

## Running the app without MightyMeld

1. Type `npm install` to install dependencies.

2. Run `npm run dev`, the app should then appear in a browser tab on [localhost:3000](localhost:3000)

## Using Another Package Manager

If you would like to use an alternative package manager like yarn or pnpm, make sure to also update the run command in your mightymeld.json file