Minimalist portfolio made for web and pdf.
A minimalist portfolio project based on the design of Bartosz Jarocki and the tutorial by midudev. The project was made with the following stack:
- AstroJs
- Typescript
- Ninja Keys
- BunJS
To run this project you only need to install BunJS (version 1.2.22 or higher). You can do it with the following link (you can also use NodeJS, but I recommend Bun for this project).
- Clone the repository:
git clone https://github.com/jesusej/portfolio- Navigate to the project directory:
cd portfolio- Install dependencies:
bun install- Launch in developer mode:
bun dev # Runs in http://localhost:4321| Command | Description |
|---|---|
dev/start |
Launches the developer server in localhost:4321. |
build |
Lints for errors, builds and compile it into ./dist/. |
preview |
Previews in localhost:4321 |
This project repository couldn't be made without the help of:
- JSON Schema.
- Original design by Bartosz Jarocki.
- Tutorial by Miguel Ángel Durán (midudev)