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

https://github.com/iddan/site

Personal site
https://github.com/iddan/site

Last synced: about 1 year ago
JSON representation

Personal site

Awesome Lists containing this project

README

          

# Iddan Aaronsohn's Personal Site

My website with links and projects

[![Screenshot](./docs/screenshot.png)](https://aniddan.com)

### Technology

The website is statically generated in [Netlify](http://netlify.com/) using:

- [Gatsby](https://www.gatsbyjs.org/)

### Development

- Clone the repository
- To install dependencies, in the cloned directory run:

```bash
yarn
```

- Run the development server:

```bash
yarn develop
```