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

https://github.com/felix1251/my-portfolio

My portfolio website
https://github.com/felix1251/my-portfolio

askama axum hotwire rust sea-orm tailwindcss

Last synced: 4 months ago
JSON representation

My portfolio website

Awesome Lists containing this project

README

          

# PORTFOLIO

**_Blazingly fast porfolio site_**

### Setup Env

```
cp .env.sample .env
```

### Tailwind

Install Node dependencies

```
yarn
```

Run and watch Tailwind

```
yarn twrun
```

### Rust

Build Project

```
cargo build
```

Run Project

```
cargo watch -x run
```

### Run with procfile

Install Ultraman (using brew)
[Ultraman Docs](https://github.com/yukihirop/ultraman)

```
brew tap yukihirop/homebrew-tap
brew install ultraman
```

Run cargo with tailwind at the same time

```
bash rundev
```