https://github.com/iddan/site
Personal site
https://github.com/iddan/site
Last synced: about 1 year ago
JSON representation
Personal site
- Host: GitHub
- URL: https://github.com/iddan/site
- Owner: iddan
- License: mit
- Created: 2017-12-12T23:47:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T21:35:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T21:19:10.251Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://aniddan.com
- Size: 3.42 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iddan Aaronsohn's Personal Site
My website with links and projects
[](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
```