Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknownrori/pyown-kun
A portfolio site for my friend, who for some reason just wanted to have one, and it may changes the requirements from time to time.
https://github.com/unknownrori/pyown-kun
firebase portfolio-website vue3
Last synced: about 4 hours ago
JSON representation
A portfolio site for my friend, who for some reason just wanted to have one, and it may changes the requirements from time to time.
- Host: GitHub
- URL: https://github.com/unknownrori/pyown-kun
- Owner: UnknownRori
- Created: 2023-06-26T23:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:38:17.000Z (7 months ago)
- Last Synced: 2024-04-17T13:50:19.697Z (7 months ago)
- Topics: firebase, portfolio-website, vue3
- Language: TypeScript
- Homepage: https://pyown-kun.web.app
- Size: 3.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyown-kun
A portfolio site for my friend, who for some reason just wanted to have one, and it may changes the requirements from time to time.
## 🛠️ Development
Nothing fancy just simple `npm` is all you need (or maybe `yarn` or `pnpm`), and some `Rust` programming language background since i like the concept of `Option` and `Result`
```sh
# Clone the repository
git clone https://github.com/UnknownRori/pyown-kun# Enter cloned directory
cd pyown-kun# You may skip above this and disable firebase plugin inside ./src/main.ts
# Copy configuration and set the secrets
cp ./src/config/firebase.example.ts ./src/config/firebase.ts
vim ./src/config/firebase.ts# Install the dependency
npm install# Serve the app
npm run dev
```## 🚀 Deployment
This app is handcrafted to be deployed on [firebase](https://firebase.google.com/)
```sh
# Deploy to firebase
npm run build && firebase deploy
```## 🌟 Contributions
Feel free to contribute for his messy site, there are design but it's written powerpoint (yes).