Skip to content

pranalidhanavade/sovio-landing

Repository files navigation

Sovio Landing Page

The SOVIO Landing Page is a responsive web application designed to showcase SOVIO’s offerings, product features, and brand identity. This repository contains the codebase for the Sovio landing page.

Requirements

Node.js and pnpm

Getting started

Run the following command on your local environment:

git clone https://github.com/ayanworks/sovio-landing-page.git
cd sovio-landing-page
pnpm install

Then, you can run locally in development mode with live reload:

pnpm run dev

Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

Deploy to production

You can see the results locally in production mode with:

$ pnpm run build
$ pnpm run start

The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

pnpm run build-prod

About

sovio landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages