Skip to content
Snippets Groups Projects
Commit bd24e582 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add viewDeck sh script

parent 99d2eb7b
No related branches found
No related tags found
No related merge requests found
npm install -g npm@latest grunt-cli generator-reveal
npm install
# create symlinks to theme
if [ ! -L "theme" ]; then
ln -s ../theme theme
echo "symbolic link to theme created"
fi
if [ ! -L "package.json" ]; then
ln -s ../theme/package.json package.json
echo "symbolic link to package.json of theme created"
fi
# install
if [ ! -d "node_modules" ]; then
npm install -g npm@latest grunt-cli generator-reveal
npm install
fi
# serve
grunt server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment