https://github.com/geojimas/portfoliony
My New Portfolio
https://github.com/geojimas/portfoliony
css eslint html javascript netlify prettier react swiper tailwindcss
Last synced: 3 months ago
JSON representation
My New Portfolio
- Host: GitHub
- URL: https://github.com/geojimas/portfoliony
- Owner: geojimas
- Created: 2022-09-13T23:06:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T15:46:38.000Z (11 months ago)
- Last Synced: 2024-12-15T18:52:54.715Z (11 months ago)
- Topics: css, eslint, html, javascript, netlify, prettier, react, swiper, tailwindcss
- Language: JavaScript
- Homepage: https://jimgeon.netlify.app
- Size: 7.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My New Personal Website
[](https://app.netlify.com/sites/jimgeon/deploys)
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```