# oriondev.fr This repo contains my portfolio, written with Astro and using a bit of React to read PDFs. This site has a minimalist design so as not to lose sight of the site's content, and so that visitors don't get lost in all the pretty effects. It also features an internationalization system to target French AND English visitors. ## Installation ### Prerequisites - Bun - Git ### Installation 1. Clone the repository ```sh git clone https://github.com/oriionn/oriondev.fr.git ``` 2. Install dependencies ```sh bun install ``` 3. Build the website ```sh bun run build ``` 4. Run the website ```sh bun run preview ``` ## License This project is under the [MIT License](https://choosealicense.com/licenses/mit/).