Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexjorgef/website
- Owner: alexjorgef
- License: gpl-3.0
- Created: 2022-06-10T09:32:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:51:31.000Z (4 months ago)
- Last Synced: 2024-11-04T00:51:41.624Z (3 months ago)
- Topics: chakra-ui, emotion, formik, gatsby, mdx, personal-website, portfolio, react, typescript, yup
- Language: TypeScript
- Homepage: https://alexjorgef.com/
- Size: 20 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
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 .
```