Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmoleka/portfolio2023
Carlo Moleka Sambea, portfolio website.
https://github.com/cmoleka/portfolio2023
framer-motion nextjs tailwindcss typescript vercel
Last synced: about 3 hours ago
JSON representation
Carlo Moleka Sambea, portfolio website.
- Host: GitHub
- URL: https://github.com/cmoleka/portfolio2023
- Owner: cmoleka
- Created: 2023-01-21T15:37:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T16:23:35.000Z (about 1 year ago)
- Last Synced: 2023-10-08T17:26:01.805Z (about 1 year ago)
- Topics: framer-motion, nextjs, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://carlomoleka.com
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
carlomoleka.com (2023) - v1
----The first iteration of [carlomoleka.com](https://carlomoleka.com) built with [Nextjs](https://nextjs.org/), [Tailwindcss](https://tailwindcss.com/), [Framer Motion](https://www.framer.com/motion/) and hosted with [Vercel](https://vercel.com/).
![Screenshot-carlomoleka.com](https://i.ibb.co/bBPnLqW/screenofsite.png)
## Forking
You are free to fork this repo, with a little link back to carlomoleka.com.## Installation & Set Up
### Dependency installation
```
npm install
```### Developmentserver
```
- npm run dev
```