Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-expert/2d-portfolio-kev
https://github.com/coffee-expert/2d-portfolio-kev
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coffee-expert/2d-portfolio-kev
- Owner: Coffee-Expert
- Created: 2024-06-23T05:58:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:52:44.000Z (6 months ago)
- Last Synced: 2024-07-13T08:55:07.951Z (6 months ago)
- Language: JavaScript
- Homepage: https://coffee-expert.github.io/Gamified-portfolio/
- Size: 7.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my Gamified Portfolio
Welcome to my Gamified Portfolio project repository! This project is designed to showcase my skills and experiences in a gamified format. You can view the live demo [here](https://coffee-expert.github.io/Gamified-portfolio/).
![A screenshot of the project](https://github.com/Coffee-Expert/2d-portfolio-kev/blob/main/screenshot.png)
## Project Repository
You can explore the project repository [here](https://github.com/Coffee-Expert/Gamified-portfolio). Feel free to clone or fork the repository to explore the code and customize it for your own use.
## How to Run
To get a copy of this project up and running on your local machine for development and testing purposes, follow these steps:
### Prerequisites
Make sure you have Node.js and npm installed on your machine.
### Installation
Clone the repository and install the dependencies:
```bash
npm install
```### Development Server
To start a development server:
```bash
npm run dev
```### Build
To build the project:
```bash
npm run build
```This will create a `dist` folder with the compiled project files.
### Preview
To preview the build:
```bash
npm run preview
```## How to Host
For detailed instructions on how to host this project, please refer to the [deployment guide](HOW_TO_DEPLOY.MD).
---
Feel free to explore and modify the project as per your requirements. If you have any feedback or suggestions, please create an issue or reach out to me directly.
Happy coding!