Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cityofdetroit/old-files-solution
- Owner: CityOfDetroit
- License: mit
- Created: 2018-04-11T22:34:38.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-12T12:14:40.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:39.153Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.4 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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