Skip to content

VictorBravim/TrueVR

Repository files navigation

👽 TrueVR

846shots_so

🚀 Overview

This is a basic website project built with Next.js, TypeScript and Tailwind CSS to showcase TrueVR, a virtual reality platform.

📋 Requirements

  • Node.js
  • npm ou yarn

🔧 Installation

  1. Clone this repository:
git clone https://github.com/VictorBravim/TrueVR.git
  1. Navigate to the project directory:
cd TrueVR
  1. Install dependencies:
npm install
# ou
yarn install

🛠️ Project Structure

  • components/: Contains the reusable components of the website, such as navigation, hero, project card, etc.
  • pages/: Contains the site's pages, each corresponding to a different route.
  • public/: Contains static files, such as images.
  • styles/: Contains global style files.
  • globals.css: Global style file applied throughout the application.
  • RootLayout.tsx: Root layout to apply global styles and settings.
  • next.config.js: Next.js configurations.
  • tsconfig.json: TypeScript settings.

📄 License