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.
- Host: GitHub
- URL: https://github.com/sustained/giants-causeway
- Owner: sustained
- Created: 2019-09-22T09:39:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:07:15.000Z (over 3 years ago)
- Last Synced: 2025-04-05T18:52:12.761Z (about 1 year ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/).