https://github.com/radurelics/portfolioix
https://github.com/radurelics/portfolioix
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radurelics/portfolioix
- Owner: RaduRelics
- Created: 2022-08-31T10:03:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T10:06:51.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T13:47:52.043Z (about 1 year ago)
- Language: TypeScript
- Homepage: portfolio-ix.vercel.app
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Portfolio
My current overengineered Next Portfolio with a pretty good design.
## Installation
Here is a step-by-step guide for how to use this repo:
1. Clone this repo using `git clone --depth=1 https://github.com/michaelradu/PortfolioIX.git `
1. Run `cp .env.example .env` to create an `.env` file
1. Fill out your `.env` file with values that describe your environment
1. Run `yarn` or `npm install`
1. Run `yarn dev` to open a development environment
1. *optional* Run `yarn seed` to add sample pages and a Media upload
1. Go to [http://localhost:3000/admin](http://localhost:3000/admin) to create your first user
## Building and serving in Production
This repo contains everything you need to both build your project for production purposes as well as serve it after it's been built.
- To build, run `yarn build` or `npm run build`.
- To serve, run `yarn serve` or `npm run serve`.