-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2761c31
commit b91e3cd
Showing
5 changed files
with
818 additions
and
2,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_modules | |
|
||
#Others | ||
reference | ||
*.md | ||
|
||
#images | ||
*.svg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -45,7 +48,7 @@ | |
├── tailwind.config.js | ||
└── vite.config.js | ||
|
||
7 directories, 11 files | ||
7 directories, 14 files | ||
``` | ||
|
||
### Dependencies | ||
|
@@ -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 | ||
|
Oops, something went wrong.