https://github.com/codelikeagirl29/nextjs-profile
A simple & minimal NextJS site for viewing a developer's projects, skills & even a blog!
https://github.com/codelikeagirl29/nextjs-profile
blog css nextjs portfolio styling tailwindcss vercel
Last synced: 2 months ago
JSON representation
A simple & minimal NextJS site for viewing a developer's projects, skills & even a blog!
- Host: GitHub
- URL: https://github.com/codelikeagirl29/nextjs-profile
- Owner: CodeLikeAGirl29
- Created: 2022-11-23T14:11:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T18:48:46.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:42:05.609Z (over 1 year ago)
- Topics: blog, css, nextjs, portfolio, styling, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://nextjs-profile-pi.vercel.app
- Size: 163 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Page
A clean and simple portfolio template built with HTML, CSS and React.js.
> Link can be found [here](http://nextjs-profile-pi.vercel.app/).
> Contact email is [admin@lindseyk.dev](mailto:admin@lindseyk.dev)




[](https://www.codefactor.io/repository/github/codelikeagirl29/nextjs-portfolio)
---

## Instructions
### Setup
```shell
git clone https://github.com/codelikeagirl29/nextjs-profile.git
cd nextjs-profile
```
and then to install and view in browser.
```shell
npm install
npm run start
```
Install and run -
```shell
yarn
yarn start
```
### How to use
- Open `./yourData.js` and make changes.
- Build and deploy -
```shell
yarn build
yarn deploy
```
---