Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
HRS8 authored Sep 6, 2023
2 parents bac87af + 4ac32ed commit 0b1808f
Showing 1 changed file with 48 additions and 11 deletions.
59 changes: 48 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,49 @@
# REACT + TAILWIND + VITE + FRAMERMOTION + JS
MY PORTFOLIO
A simple template for personal portfolio
- clone
- cd
- npm i to install dependencies
- edit
- npm run dev to live server
- npm run build to deploy
- deploy on github using pages
- You got a personal portfolio page🥳
Sure, I can help you with that. Here's a sample content for your README file:

# My Portfolio

This is my portfolio website built using **React**, **Tailwind**, **Framer Motion**, and **Vite**. It showcases my skills, projects, and experiences.

## Tech Stack

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
- [Framer Motion](https://www.framer.com/motion/) - A production-ready motion library for React.
- [Vite](https://vitejs.dev/) - A build tool that aims to provide a faster and leaner development experience for modern web projects.

## Getting Started

## Dependencies
REACT + TAILWIND + VITE + FRAMERMOTION + JS

Here are the dependencies required for your project:

1. **@splinetool/react-spline**: Version **2.2.6**.
2. **@splinetool/runtime**: Version **0.9.284**.
3. **react**: Version **18.2.0**.
4. **react-dom**: Version **18.2.0**.
5. **react-typewriter-effect**: Version **1.1.0**.
6. **tailwind**: Version **1.0.0**.
7. **tailwind-scrollbar-hide**: Version **1.1.7**.
8. **typewriter-effect**: Version **2.19.0**.
9. **watch**: Version **0.13.0**.


To get a local copy up and running, follow these simple steps:

1. Clone the repository
```sh
git clone https://github.com/your_username_/Project-Name.git
```
2. Install NPM packages
```sh
npm install
```
3. Start the development server
```sh
npm run dev
```

## License

Distributed under the MIT License. See `LICENSE` for more information.

0 comments on commit 0b1808f

Please sign in to comment.