-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,36 +6,13 @@ | |
#### ServerSide | ||
|
||
```bash | ||
echo 'for logging' | ||
go get -u "github.com/sirupsen/logrus" | ||
go get -u "github.com/fatih/color" | ||
|
||
echo 'networking' | ||
go get -u "golang.org/x/net/context" | ||
go get -u "github.com/julienschmidt/httprouter" | ||
|
||
echo 'data serialization' | ||
go get -u "gopkg.in/yaml.v2" | ||
|
||
echo 'imaging' | ||
go get -u "github.com/rwcarlsen/goexif" | ||
go get -u "github.com/disintegration/imaging" | ||
go get -u "github.com/nfnt/resize" | ||
go get -u "github.com/oliamb/cutter" | ||
go get -u "github.com/nfnt/resize" | ||
|
||
echo 'video' | ||
sudo apt get install ffmpeg | ||
# mac OS: | ||
# brew install ffmpeg | ||
# Fedora or CentOS: | ||
# sudo dnf install ffmpeg ffmpeg-devel | ||
# sudo yum install ffmpeg ffmpeg-devel | ||
|
||
echo 'embedding markdown' | ||
go get -u "gopkg.in/russross/blackfriday.v2" | ||
echo 'workaround: https://github.com/russross/blackfriday/issues/491' | ||
go mod edit -replace=gopkg.in/russross/[email protected]=github.com/russross/blackfriday/[email protected] | ||
``` | ||
|
||
### ClientSide | ||
|
@@ -52,7 +29,7 @@ npm update | |
## Iterative and incremental development | ||
|
||
```bash | ||
npm run watch | ||
npm run start | ||
``` | ||
|
||
then, | ||
|
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