Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


Svelte
CSS
CSS


CSS
FastAPI.js
Nginx