-
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.
- Replaced Relative Date code with quartzite library
- Updated README
- Loading branch information
1 parent
ff88a07
commit aec9544
Showing
7 changed files
with
1,801 additions
and
1,935 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ Screenshots are available in the [`screenshots`](screenshots) directory. | |
|
||
Clone the repository to your filesystem | ||
|
||
``` | ||
```sh | ||
$ git clone [email protected]:robbdimitrov/pixelgram.git | ||
$ cd pixelgram | ||
``` | ||
|
@@ -40,19 +40,19 @@ $ cd pixelgram | |
|
||
Build images | ||
|
||
``` | ||
```sh | ||
$ docker-compose build | ||
``` | ||
|
||
Run containers | ||
|
||
``` | ||
```sh | ||
$ docker-compose up | ||
``` | ||
|
||
Stop containers | ||
|
||
``` | ||
```sh | ||
$ docker-compose down | ||
``` | ||
|
||
|
@@ -62,14 +62,6 @@ Open the front-end [here](http://localhost:4000/) and access the API [here](http | |
|
||
The API documentation is available [here](API.md). | ||
|
||
## Contact | ||
|
||
[Robert Dimitrov](http://robbdimitrov.com) | ||
|
||
[@robbdimitrov](https://twitter.com/robbdimitrov) | ||
|
||
## License | ||
|
||
Copyright (c) Robert Dimitrov. | ||
|
||
Licensed under the [MIT](LICENSE) License. |
Oops, something went wrong.