Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • 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.
19 changes: 19 additions & 0 deletions README.md
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
```

0 comments on commit 706ed8e

Please sign in to comment.