This project contains the source code of my personal portfolio available on: sn1o.vercel.app.
Overview • Requirements • Running Up • Development Considerations • Ackownledgments • Self Promotion • License
![]() |
![]() |
![]() |
![]() |
![]() |
Bun- package managerTurborepo- monorepo project managerAstro- web frameworkQwik- react-like web frameworkBiome- formatter/linter
If you want to run this application locally, follow the steps bellow.
- Cloning repository
git clone https://gitlab.com/sn1o/snio.dev.git- Install dependencies
$ bun install- Running Turborepo/Astro server in develop mode
bun turbo dev --filter=site- Build and running preview mode
# build
bun turbo build --filter=site
# preview
cd apps/site && bun astro previewThis project uses Octokit.js to fetch data from GitHub, to retrieve it repositories that will be populate the <OpenSource /> section of the page.
To achieve that, you need to generate a Personal access token to allow the application do API requests. Once you generate your access token, copy/past it inside .env file placed in apps/site directory path with the key GITHUB_TOKEN. To deploy the application, just configure your access token in your provider as a Environment Variable.
- The layout inspired on Logan Cee;
- And heavily based on Brittany Chiang v4 personal website
Do you like this project? Come on:
- Star and follow the repository on Gitlab.




