https://github.com/bixat/bixat-portfolio
https://github.com/bixat/bixat-portfolio
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bixat/bixat-portfolio
- Owner: bixat
- Created: 2025-01-30T12:55:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T17:46:37.000Z (9 months ago)
- Last Synced: 2025-02-22T18:25:59.430Z (9 months ago)
- Language: TypeScript
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bixat Portfolio
> [!NOTE]
> This portfolio is under development
This project is part of our landing page [Bixat.dev](https://bixat.dev), created as an open-source portfolio for use by other developers.
## Installation
To install this project, run:
```
git clone https://github.com/bixat/bixat-portfolio.git
cd bixat-portfolio
npm install
```
## Usage
Here's how to use the project:
1. Open the project folder
2. Update portfolio data on [`portfolio_data.ts`](./src/data/portfolio_data.ts)
3. Run `npm install ; npm start` to start the development server
4. Navigate to `http://localhost:3000` in your browser
## Screenshots
### Dark Theme

### Light Theme

## Contribution
Contributions to this project are welcome. If you have suggestions or improvements, please open an issue or submit a pull request on GitHub.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.