Skip to content

higherrrrrrr/thrive-landing

Repository files navigation

Thrive Website

Marketing website for Thrive Point Group, featuring our consulting services, venture investments, and team information.

Development

  1. Install dependencies:
npm install
  1. Start development server:
npm run dev

Deployment

Build and start:

npm run build
npm start

Or using Docker:

docker build -t thrive-site .
docker run -p 3000:3000 thrive-site

Pages

  • / - Homepage
  • /consulting - Consulting services
  • /ventures - Venture investments
  • /about - Team and company information
  • /projects - Projects built by thrive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages