Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorbravim/truevr
Template page sale of virtual reality glasses
https://github.com/victorbravim/truevr
nextjs tailwindcss typescript virtual-reality
Last synced: 24 days ago
JSON representation
Template page sale of virtual reality glasses
- Host: GitHub
- URL: https://github.com/victorbravim/truevr
- Owner: VictorBravim
- License: mit
- Created: 2024-04-18T15:49:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T20:13:06.000Z (8 months ago)
- Last Synced: 2024-11-09T17:13:58.094Z (3 months ago)
- Topics: nextjs, tailwindcss, typescript, virtual-reality
- Language: TypeScript
- Homepage: https://truevr.vercel.app
- Size: 4.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👽 TrueVR
![image 2](https://github.com/VictorBravim/TrueVR/assets/122113588/c9375d0a-4537-46e6-9d1b-da65c11787a0)
## 🚀 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
```2. Navigate to the project directory:
```
cd TrueVR
```3. 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
- This project is licensed under the [MIT License](LICENSE).