-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fabian-Robert Stöter
committed
May 15, 2018
1 parent
1df3fe9
commit 706ed8e
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SIGSEP website | ||
|
||
All the content is in markdown and can be edited on github right away. For convenience, the site can be run locally using the following procedure: | ||
|
||
## Usage | ||
|
||
```sh | ||
# installation | ||
npm install | ||
|
||
# start local editing | ||
npm run dev | ||
|
||
# build static website | ||
npm run build | ||
|
||
# deploy site | ||
sh deploy.sh | ||
``` |