Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurodev/nuro.dev
🌿 Personal Portfolio
https://github.com/nurodev/nuro.dev
next nextjs personal-website portfolio react reactjs tailwind tailwindcss website
Last synced: about 2 months ago
JSON representation
🌿 Personal Portfolio
- Host: GitHub
- URL: https://github.com/nurodev/nuro.dev
- Owner: NuroDev
- License: mit
- Archived: true
- Created: 2018-02-01T06:43:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T04:11:50.000Z (6 months ago)
- Last Synced: 2024-09-26T18:03:32.171Z (about 2 months ago)
- Topics: next, nextjs, personal-website, portfolio, react, reactjs, tailwind, tailwindcss, website
- Language: TypeScript
- Homepage: https://nuro-dev-git-main-nuro.vercel.app
- Size: 51.9 MB
- Stars: 479
- Watchers: 10
- Forks: 92
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://nuro.dev)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](https://github.com/tdemapp/website/blob/master/LICENSE)
[![Website](https://img.shields.io/badge/Deploy-brightgreen.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/import/project?template=https://github.com/nurodev/nuro.dev)
[![Vercel](https://img.shields.io/badge/-powered%20by%20vercel-black.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/home?utm_source=nuro&utm_campaign=oss)## 🛠Development
Clone the repository
```zsh
git clone https://github.com/nurodev/nuro.dev.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 © [Ben Dixon](https://github.com/nurodev/nuro.dev/blob/main/LICENSE)