responsive_image_grid/README.md

57 lines
863 B
Markdown

# Responsive Image Grid
![Alt text](https://s3.crstin.com/public/responsive_image_grid_repo_preview.png)
## Origin
The initial commit has been generated by `vue create responsive_image_grid`. The next step has been adding `.prettierrc` and running `yarn lint` to convert the codebase.
## Project setup
```bash
yarn
cp .env.example .env
```
Then add your unsplash key after `VUE_APP_UNSPLASH_ACCESS_KEY=` to the .env file.
## Run the test suite
```bash
yarn test
```
### Compiles and hot-reloads for development
```bash
yarn serve
```
### Compiles and minifies for production
```bash
yarn build
```
### Run your unit tests
```bash
yarn test:unit
```
### Run your end-to-end tests
```bash
yarn test:e2e
```
### Lints and fixes files
```bash
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).