Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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?

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 :)



Deploy this project to Netlify

![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).