https://github.com/fredericoo/portfolio-lara
https://github.com/fredericoo/portfolio-lara
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredericoo/portfolio-lara
- Owner: fredericoo
- Created: 2021-08-01T17:51:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T20:33:01.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T23:34:54.602Z (about 1 year ago)
- Language: TypeScript
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lara Luz e Reis' Portfolio
This is a portfolio for graphic designer Lara created using [Next.js](https://nextjs.org/) and bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Tech stack
- next.js
- react.js
- node.js
- yarn
- typescript
- husky pre-commit hooks
## Getting started
To run the project locally follow the steps:
- Clone the repository
- Install required packages with the terminal command `yarn`
- To run the development version run `yarn dev`
- Alternatively, run `yarn build` to create a production build and start the local server with `yarn start`
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.