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

https://github.com/lmachens/foody


https://github.com/lmachens/foody

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# bootstrap-intro

## develop

First, install dependencies which are required for this project.

```
npm install
```

You are ready to start a development web server.

```
npm run dev
```

## production

Create a production bundle.

```
npm run build
```

This command creates a optimized build in `/dist` folder which is ready for deployment.