Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canaleal/svelte-portfolio
Portfolio to showcase my projects. This includes Mobile Apps, Web Apps, Front-End projects, APIs, Data Science work, and Embedded systems development.
https://github.com/canaleal/svelte-portfolio
Last synced: about 1 month ago
JSON representation
Portfolio to showcase my projects. This includes Mobile Apps, Web Apps, Front-End projects, APIs, Data Science work, and Embedded systems development.
- Host: GitHub
- URL: https://github.com/canaleal/svelte-portfolio
- Owner: canaleal
- Created: 2022-12-15T09:08:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:42:39.000Z (2 months ago)
- Last Synced: 2024-09-16T23:13:57.037Z (2 months ago)
- Language: TypeScript
- Homepage: https://alexcanales.vercel.app/
- Size: 195 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Alex Portfolio
Svelte • Design • Cloud • Processing
Contents
- [Introduction](#introduction)
- [Running](#running)
- [Building](#building)
- [Technologies](#technologies)Introduction
This is the repository for my portfolio website. It is built with [Svelte](https://svelte.dev/) and [Tailwind CSS](https://tailwindcss.com/). It is hosted on [Netlify](https://www.netlify.com/) and uses [Supabase](https://supabase.io/) as a backend.
As the name suggests, this is a portfolio website. It is a place where I can showcase my work and projects. It is also a place where I can write about my experiences and share my thoughts. I hope you enjoy it!
Running
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```Building
To build the project and start it in production mode (with minification and optimizations) run the following command:
```bash
npm run build
```Technologies
Below is a table that provides an overview of the technologies I am currently working with.
Front-End
Back-End
Infrastructure