Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdras/is-this-a-sandwich
Is this a sandwich?
https://github.com/sdras/is-this-a-sandwich
nuxt sandwiches svg
Last synced: 7 days ago
JSON representation
Is this a sandwich?
- Host: GitHub
- URL: https://github.com/sdras/is-this-a-sandwich
- Owner: sdras
- Created: 2020-04-04T23:53:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T10:20:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:45:26.455Z (23 days ago)
- Topics: nuxt, sandwiches, svg
- Language: Vue
- Homepage: https://isthisasandwich.netlify.com/
- Size: 4.8 MB
- Stars: 106
- Watchers: 6
- Forks: 9
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Is this a Sandwich
> _well, is it?_
I made this site in roughly a day to answer the age-old question, **"is it a sandwich?"**
We'll learn a lot about ourselves, each other, and sandwiches. And in the process, we'll probably yell. I'm very excited for people to yell at me, at eachother, and maybe it's all about the sandwiches that weren't actually sandwiches along the way.
I fully do not intend to maintain this, really. Feel free to submit the most pedantic PRs in the world, just please don't expect me to spend much time reviewing them :)
![screenshot of is this a sandwich site](https://isthisasandwich.netlify.com/og-sandwich.png "Is this a sandwich site")
This repo is dedicated to Jason Lengstorf, who will absolutely hate my scoring system.
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).