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
- Host: GitHub
- URL: https://github.com/felix1251/my-portfolio
- Owner: felix1251
- Created: 2023-06-19T15:49:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T04:03:35.000Z (over 2 years ago)
- Last Synced: 2024-02-23T16:47:57.457Z (over 2 years ago)
- Topics: askama, axum, hotwire, rust, sea-orm, tailwindcss
- Language: Rust
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```