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

https://github.com/shateq/canary-islands

https://wikipedia.org/wiki/Canary_Islands
https://github.com/shateq/canary-islands

Last synced: 2 months ago
JSON representation

https://wikipedia.org/wiki/Canary_Islands

Awesome Lists containing this project

README

        

# Canary Islands

Short informative website featuring Canary Islands

_Here Live: https://canary-islands.vercel.app_


Table of Contents



1. [Development](#development)
2. [Build](#build)
3. [License](#license)

## Development

- A https://start.solidjs.com/ (Solid Start) web app running on Vercel with Node.js.
- Yarn is being used to track deps

Start a development server once dependencies installed with `yarn install`

```bash
yarn dev

# start the server, open in a new browser tab
yarn dev -- --open
```

## Build

This uses the [Vercel Adapter](https://github.com/solidjs/solid-start/tree/main/packages/start-vercel) for SolidStart.

```bash
yarn build
```

## License

Licensed under MIT. Check [LICENSE](LICENSE) file for details.