Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
/ docs Public archive

Websites for Flutter Fleet.

License

Notifications You must be signed in to change notification settings

FlutterFleet/docs

Repository files navigation

Flutter Fleet

CodeFactor

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

The production server runs at https://kjxbyz.com/flutterfleet

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview