Skip to content

butempomiesciepoznan/butem-nuxt

Repository files navigation

A front part of Butem po mieście project, build on Nuxt 3 with:

Setup

Install the dependencies:

# pnpm
pnpm install

Don't forget to adjust your .env file (use a template from .env.example from this repo and name it accordingly to files used in package.json commands).

Development Server

Start the development server on http://localhost:3000 (automatically opens a browser):

# pnpm
pnpm dev -o

Staging

Build the application for stage environment:

# pnpm
pnpm run stage

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

About

A nuxt frontend for headless Wordpress on Bedrock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published