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
- Host: GitHub
- URL: https://github.com/shateq/canary-islands
- Owner: shateq
- License: mit
- Created: 2022-10-18T16:30:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T20:15:19.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:02:05.072Z (4 months ago)
- Language: TypeScript
- Homepage: https://kanary.pl.eu.org/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 depsStart 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.