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

https://github.com/satansdeer/artem-sandwich


https://github.com/satansdeer/artem-sandwich

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Artem-Sandwich

A sandwich-builder app for the Artem Sandwich take-away service.

## Running

To launch the app in development mode run:

```
yarn start
```

## Building

To build the app run:

```
yarn build
```

## Testing

To execute the tests run:

```
yarn test
```