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

https://github.com/ali-hussein-dev/website-starter


https://github.com/ali-hussein-dev/website-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Responsive Website Starter

First, install dependencies:

```bash
npm i
# or
yarn install
```

Second, run development server:

```bash
npm run dev
# or
yarn dev
```