https://github.com/imoxto/imofolio
My portfolio website repository
https://github.com/imoxto/imofolio
nextjs portfolio react tailwind typescript web website
Last synced: about 2 months ago
JSON representation
My portfolio website repository
- Host: GitHub
- URL: https://github.com/imoxto/imofolio
- Owner: imoxto
- License: mit
- Created: 2023-01-06T19:55:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T21:44:37.000Z (about 3 years ago)
- Last Synced: 2024-10-12T11:12:25.105Z (over 1 year ago)
- Topics: nextjs, portfolio, react, tailwind, typescript, web, website
- Language: TypeScript
- Homepage: https://xrafid.vercel.app
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.imoxto.me)
[](https://github.com/tdemapp/website/blob/master/LICENSE)
[](https://vercel.com/import/project?template=https://github.com/imoxto/imofolio.)
[](https://vercel.com/home?utm_source=imoxto&utm_campaign=oss)
## 🛠Development
Clone the repository
```zsh
git clone https://github.com/imoxto/imofolio.git
```
Install dependencies
```zsh
npm install
# Or using Yarn
yarn
```
Start the development server
```zsh
npm run dev
# Or using Yarn
yarn dev
```
Build for production
```zsh
npm run build
# Or using Yarn
yarn build
```
## 📄 License
MIT © [Imoxto](https://github.com/imoxto/imofolio/blob/main/LICENSE)