https://github.com/mightymeld/mightymeld-tailwind-landing-page
https://github.com/mightymeld/mightymeld-tailwind-landing-page
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mightymeld/mightymeld-tailwind-landing-page
- Owner: mightymeld
- Created: 2024-01-18T08:24:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T22:53:29.000Z (over 1 year ago)
- Last Synced: 2024-05-21T15:17:56.966Z (about 1 year ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mightymeld/mightymeld-tailwind-landing-page - (TypeScript)
README
# MightyMeld Tailwind Landing Page
A boilerplate project for quickly setting up an application using React and Tailwind with MightyMeld.
## Getting Started
Follow these steps to set up and start using the boilerplate:
1. Run `npm install` to install depenendencies.
2. Run `npx mightymeld secrets` to download a `mightymeld.secrets` file.
3. 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:5173](localhost:5173)
## 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