Skip to content

zeezo887/twill-agency-nuxt

Repository files navigation

Twill Agency Nuxt Example

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Then copy the example env and update the NUXT_PUBLIC_TWILL_API_BASE_URL to your base API URL

cp .env.example .env

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published