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

https://github.com/janinawibker/website-v2


https://github.com/janinawibker/website-v2

nextjs personal-website reactjs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Personal website (v2)

![](.github/assets/main.png)

## Building and running

Development:

```sh
npm run dev # next dev
```

Building:

```sh
npm run build # next build
```

Docker:

```sh
docker build -t website: .
```

Starting (when already built):

```sh
npm run start # next start
```