GitXplorerGitXplorer
G

mytoolkit.app

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
35364550780bb95e62a8515b0a5feafdb5edd639

add

GGitHub30 committed a month ago
Unverified
9e72f9182c8ba4f6895083ced8a170898a473f9a

add

GGitHub30 committed a month ago
Unverified
9ffce3d530287e60e7cf12a6729b405be526aed8

add

GGitHub30 committed a month ago
Unverified
b2078e5cd51a3384c5454a14a462ee8c4be50f28

add

GGitHub30 committed a month ago
Unverified
bc3e5a0ea5d2c817cda3eb8378fcd5ac65a0305a

add page

GGitHub30 committed a month ago
Unverified
dd97e8514d444c14d9b4373a8f3afd40e56f1540

add pages

GGitHub30 committed a month ago

README

The README file for this repository.

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.