Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexjorgef/website

Personal website, built with Gatsby.
https://github.com/alexjorgef/website

chakra-ui emotion formik gatsby mdx personal-website portfolio react typescript yup

Last synced: about 2 months ago
JSON representation

Personal website, built with Gatsby.

Awesome Lists containing this project

README

        


logo

---

Source code of my personal website, mainly inspired by [Lennart](https://github.com/LekoArts)'s [**portfolio-v2**](https://github.com/LekoArts/portfolio-v2) repository.

## Development

```bash
git clone [email protected]:alexjorgef/website.git
cd website
nvm use
yarn
yarn dev
```

## License

All code is licensed under the [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html), see full license [here](LICENSE).

```text
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```