Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenopolanski/brenopolanski.com
:house: My personal website
https://github.com/brenopolanski/brenopolanski.com
nextjs portfolio react tailwindcss vercel
Last synced: about 1 month ago
JSON representation
:house: My personal website
- Host: GitHub
- URL: https://github.com/brenopolanski/brenopolanski.com
- Owner: brenopolanski
- License: mit
- Created: 2013-08-07T19:24:46.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-04T04:31:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T16:07:40.969Z (9 months ago)
- Topics: nextjs, portfolio, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://brenopolanski.com
- Size: 24 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [brenopolanski.com](https://brenopolanski.com/)
> My personal website
## What is inside?
This project uses lot of stuff as:
- [TypeScript](https://www.typescriptlang.org/)
- [NextJS](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)## Quick Start
First of all, install the dependencies to run this app.
- [NodeJS](http://nodejs.org/)
- [Yarn](https://yarnpkg.com/lang/en/docs/cli/install/)```bash
# Clone this repository
$ git clone [email protected]:brenopolanski/brenopolanski.com.git# Install dependencies
$ yarn install# Compiles and hot-reloads for development
$ yarn dev# Compiles and minifies for production
$ yarn build# Lints and fixes files
$ yarn lint
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Commands
- `dev`: runs your application on `localhost:3000`.
- `build`: creates the production build version.
- `start`: starts a simple server with the build production code.
- `lint`: runs the linter in all components and pages.## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/).
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.