Skip to content

Gianluska/portfolio

Repository files navigation

PORTFOLIO

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

esbuild JavaScript HTML5 PostCSS Autoprefixer YAML Vite
React ESLint SemVer TypeScript Ajv Buffer JSON


🔗 Table of Contents

📂 Repository Structure

└── vite-r3f-boilerplate/
    ├── README.md
    ├── eslint.config.js
    ├── index.html
    ├── package.json
    ├── postcss.config.js
    ├── public
    │   └── vite.svg
    ├── src
    │   ├── App.tsx
    │   ├── index.css
    │   ├── main.tsx
    │   ├── pages
    │   └── vite-env.d.ts
    ├── tailwind.config.js
    ├── tsconfig.app.json
    ├── tsconfig.json
    ├── tsconfig.node.json
    ├── vite.config.ts
    └── yarn.lock

🧩 Modules

.
File
postcss.config.js
tsconfig.node.json
tsconfig.json
tailwind.config.js
tsconfig.app.json
package.json
vite.config.ts
index.html
eslint.config.js
src
File
main.tsx
index.css
App.tsx
src.pages.Home
File
index.tsx

🚀 Getting Started

📦 Installation

Build the project from source:

  1. Clone the vite-r3f-boilerplate repository:
❯ git clone https://github.com/Gianluska/vite-r3f-boilerplate
  1. Navigate to the project directory:
cd vite-r3f-boilerplate
  1. Install the required dependencies:
❯ yarn install

🤖 Usage

To run the project, execute the following command:

❯ yarn dev

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/Gianluska/vite-r3f-boilerplate
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


🎗 License

This project is protected under the MIT License.