Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sharparam/sharparam.github.io

My personal site
https://github.com/sharparam/sharparam.github.io

11ty eleventy homepage personal site website

Last synced: about 2 months ago
JSON representation

My personal site

Awesome Lists containing this project

README

        

# sharparam.github.io

```sh
yarn install
yarn dev
```

## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
| `yarn astro -- --help` | Get help using the Astro CLI |