Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keimeno/personal-portfolio
My Portfolio Website
https://github.com/keimeno/personal-portfolio
Last synced: 7 days ago
JSON representation
My Portfolio Website
- Host: GitHub
- URL: https://github.com/keimeno/personal-portfolio
- Owner: Keimeno
- Created: 2020-01-10T22:11:11.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-24T03:31:33.000Z (3 months ago)
- Last Synced: 2024-11-08T09:50:29.883Z (2 months ago)
- Language: TypeScript
- Homepage: https://keimeno.party
- Size: 7.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio
[![Coverage Status](https://coveralls.io/repos/github/Keimeno/personal-portfolio/badge.svg)](https://coveralls.io/github/Keimeno/personal-portfolio)
[![Build Status](https://travis-ci.com/Keimeno/personal-portfolio.svg?branch=develop)](https://travis-ci.com/Keimeno/personal-portfolio)## Description
This is my personal portfolio website. If you're interested in using it for yourself, go by the following steps.
## Setup
- npm i
- npm start (for development purposes)
- npm i -g firebase
- firebase init
- npm run build
- npm run deploy## Configuration
To configure this website to your own, you need to change the following files:
```bash
src/
store/
storage/
projects/
open-source/
index.ts
list.ts
items/
index.ts
...
assets/
projects/
open-source/
screenshots/
.../
...
...```
As it is easily possible to test out what you need to change to expect what behavior I will not provide any further documentation about this. Especially because this is not supposed to be widely used.