Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cityofdetroit/old-files-solution

Simple app to help us serve old files in drupal
https://github.com/cityofdetroit/old-files-solution

Last synced: 6 days ago
JSON representation

Simple app to help us serve old files in drupal

Awesome Lists containing this project

README

        

# File Migration Solution

Simple app to help us serve old files in drupal.

## Getting Started

This project was created using:
- [Parcel](https://parceljs.org/) as a web application bundler.

## Setup Local Environment.

1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/old-files-solution.git
```
2. Install node dependencies.

```
$ yarn
```

3. Run local instance.
```
$ yarn start
```

4. Create production build.
```
$ yarn build
```
## Resources

* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/old-files-solution