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

https://github.com/simonh1000/camino


https://github.com/simonh1000/camino

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Camino

## Developing

```bash
npm install
npm run dev
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

## Change Log

- 0.1.0 add coloured icons

## Dependencies

### Get rmx-runtime and file loader

```sh
# ensure you have latest version
npm run up
# copy to project
cd web-components/rmx-remix
npm run build:hosted
cp dist/* ~/code/projects/camino/static
```