Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geojimas/portfoliony
My New Portfolio
https://github.com/geojimas/portfoliony
css eslint html javascript netlify prettier react swiper tailwindcss
Last synced: about 1 month ago
JSON representation
My New Portfolio
- Host: GitHub
- URL: https://github.com/geojimas/portfoliony
- Owner: geojimas
- Created: 2022-09-13T23:06:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T15:46:38.000Z (2 months ago)
- Last Synced: 2024-12-15T18:52:54.715Z (about 1 month 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
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```