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

https://github.com/sustained/giants-causeway

Totally bodaciously hexagonal, my dude.
https://github.com/sustained/giants-causeway

Last synced: about 1 year ago
JSON representation

Totally bodaciously hexagonal, my dude.

Awesome Lists containing this project

README

          

# giants-causeway

This is just a fancy background for [my website](https://sustained.name/). With hexagons and colours and animation and such.

It wouldn't have been possible without [this resource](https://www.redblobgames.com/grids/hexagons/#conversions).

The name is a reference to the [Giant's Causeway](https://en.wikipedia.org/wiki/Giant%27s_Causeway) in Northern Ireland, which is a large area of mostly hexagonal-ish basalt columns.

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).