0.0.8 • Published 3 months ago

mantis-solid v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Installation Guide

To start, make sure you have pnpm installed. Installation instructions can be found at https://pnpm.io/installation.

After you have installed pnpm, open a new terminal window and navigate to project directory. Run the following command to install all necessary packages and dependencies:

pnpm install

Available Scripts

You can run the following commands inside the project directory:

pnpm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

pnpm storybook

Runs storybook

Making an App.tsx File

When you run pnpm start, it builds and renders the contents of App.tsx. You should create an App.tsx file in /public. This can be done by duplicating the App.template.tsx file in the /public folder and renaming it to App.tsx.

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago