Home
Softono

Fedidb Nuxt

Open source Vue
43
Stars
3
Forks
22
Issues
3
Watchers
6 months
Last Commit

 About Fedidb Nuxt

the next generation frontend for FediDB.com

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Fedidb Nuxt?

We provide expert installation service for this software. Our team will install, configure, and secure Fedidb Nuxt on your server. plans start at just $30.

Fedidb Nuxt

View on GitHub

fedidb-nuxt

the next generation frontend for fedidb.org

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.