-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, minor fixes, update README.
- Loading branch information
1 parent
bf9ff5c
commit aec1f72
Showing
32 changed files
with
9,632 additions
and
12,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
# Kangaroo [![Build Status](https://api.travis-ci.com/WilsonDev/kangaroo.svg?branch=master)](https://travis-ci.com/WilsonDev/kangaroo) [![Known Vulnerabilities](https://snyk.io/test/github/WilsonDev/kangaroo/badge.svg)](https://snyk.io/test/github/WilsonDev/kangaroo/badge.svg/) | ||
### Snippet manager | ||
# Kangaroo [![Build Status](https://api.travis-ci.com/WilsonDev/kangaroo.svg?branch=master)](https://travis-ci.com/WilsonDev/kangaroo) [![MIT Licensed](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT) | ||
|
||
![kangaroo](https://user-images.githubusercontent.com/5923943/79024494-62fe8100-7b83-11ea-9402-27a02005d211.png) | ||
<div align="center"> | ||
<br> | ||
<img src="./public/logo.png" alt="logo" width="200"> | ||
<br> | ||
<br> | ||
</div> | ||
|
||
Simple **snippet** manager | ||
|
||
## Available Scripts | ||
<br> | ||
|
||
In the project directory, you can run: | ||
## Screenshots | ||
|
||
### `npm start` | ||
![kangaroo](https://user-images.githubusercontent.com/5923943/79024494-62fe8100-7b83-11ea-9402-27a02005d211.png) | ||
|
||
Runs the app in the development mode.<br> | ||
## Developement | ||
|
||
The app will reload if you make edits.<br> | ||
You will also see any lint errors in the console. | ||
### Install dependencies | ||
```bash | ||
$ git clone https://github.com/WilsonDev/kangaroo.git | ||
$ cd kangaroo && npm install | ||
``` | ||
|
||
### `npm run build` | ||
### Run | ||
```bash | ||
$ npm build && yarn start | ||
``` | ||
|
||
Builds the app for production to the `dist` folder.<br> | ||
It correctly bundles React in production mode and optimizes the build for the best performance. | ||
## Licensing | ||
|
||
The build is minified and the filenames include the hashes.<br> | ||
Your app is ready to be deployed! | ||
This code is licensed under the [MIT license](LICENSE.md). Check out the LICENSE file for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.