Skip to content

Commit

Permalink
Version bump & minor fixes (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkivijay authored Jun 17, 2023
1 parent 2761c31 commit b91e3cd
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 2,867 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules

#Others
reference
*.md

#images
*.svg
Expand Down
45 changes: 24 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
# Portfolio

- [Portfolio](#portfolio)
- [About project](#about-project)
- [Techs used](#techs-used)
- [Project Structure](#project-structure)
- [Dependencies](#dependencies)
- [Development](#development)
- [Clone repo](#clone-repo)
- [Development server](#development-server)
- [Linting](#linting)
- [Prettier](#prettier)
- [Building and preview](#building-and-preview)
- [Deployment](#deployment)
- [Portfolio](#portfolio)
- [About project](#about-project)
- [Techs used](#techs-used)
- [Project Structure](#project-structure)
- [Dependencies](#dependencies)
- [Development](#development)
- [Clone repo](#clone-repo)
- [Development server](#development-server)
- [Linting](#linting)
- [Prettier](#prettier)
- [Building and preview](#building-and-preview)
- [Deployment](#deployment)

## About project

### Techs used

- Vite
- Vue3
- TailwindCSS
- Three.js
- Vite
- Vue3
- TailwindCSS
- Three.js

### Project Structure

```bash
.
├── index.html
├── LICENSE
├── netlify.toml
├── package.json
├── package-lock.json
├── postcss.config.js
├── public
│   └── favicon.ico
│   ├── favicon.ico
│   └── robots.txt
├── README.md
├── src
│   ├── App.vue
Expand All @@ -45,7 +48,7 @@
├── tailwind.config.js
└── vite.config.js

7 directories, 11 files
7 directories, 14 files
```

### Dependencies
Expand All @@ -62,9 +65,9 @@
### Clone repo

```bash
$ git clone [email protected]:venkivijay/pf.git
$ cd pf
$ npm install
git clone [email protected]:venkivijay/pf.git
cd pf
npm install
```

### Development server
Expand Down
Loading

0 comments on commit b91e3cd

Please sign in to comment.