My amazing website
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

isabelroses.com#

SEO

Development#

To get started, clone the repository and install the dependencies:

git clone https://github.com/isabelroses/website
cd website

# Install dependencies (rejoice, nix users)
nix develop # if you have nix installed, not a requirement

go mod tidy

# tailwindcss
cd styles
bun install
# you may need to recompile tailwindcss
bun build
# but if you want tailwindcss to recompile on changes
bun watch

# then you can run the server using air
air # you can get this using `go install github.com/cosmtrek/air@latest`

License#