Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 957 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 957 Bytes

Industrial Webworks - Corporate Website

A servicable single page corporate website built on Nuxt 3.

Tech Stack

Documentation

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Commands

# Start the development server on http://localhost:3000
npm run dev

# Build the application for production:
npm run build

# Locally preview production build:
npm run preview

Deployment on Netlify

# Build Command
npx nuxi generate