bh2smith / eth-minsta

Main Minsta Repo for new instances of Minsta

Home Page:https://minsta.mintbase.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minsta

This repository hosts the primary codebase for the Minsta App, originally created and developed by @microchipgnu.

All new Minsta instances should be derived from this repository.

Demo

Check out the live demo here: minsta demo.

One-Click Deploy

Deploy this project using Vercel:

Deploy with Vercel

Getting Started

To start with this project:

  1. Clone the repository.

  2. If you don't have pnpm installed, run:

    npm install -g pnpm
  3. Then, install the required dependencies:

    pnpm install

Environment Variables

Refer to the .env.example file for the environment variables used in this project.

If you don't set up a .env file or environment variables with your provider, the project will retrieve values from the following files:

  1. For CSS generation during build: generate-css.js
  2. For configuration variables: src/constants.ts
  3. For fallback metadata and text values: src/fallback.ts

Local Development

To run the project locally, use:

pnpm dev

Updating Environment Variables

Running Locally

If you're running your project locally, follow these steps to update your environment variables:

  1. Save your changes in the .env file.
  2. Run pnpm dev again to apply the updated environment variables.
  3. Reload the page to reflect the changes.

Deployed on Vercel

If you have deployed your project on Vercel, follow these steps to update your environment variables:

  1. Log in to your Vercel account.
  2. Navigate to the project settings for your deployed app.
  3. Update the environment variables in the Vercel dashboard.
  4. Trigger a redeployment of your app to apply the changes.

By following these steps, you can ensure that your project uses the updated environment variables.

About

Main Minsta Repo for new instances of Minsta

https://minsta.mintbase.xyz/


Languages

Language:TypeScript 91.9%Language:JavaScript 4.3%Language:CSS 3.8%