Refactor website with new design & structure
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd './build/' &>/dev/null
|
||||
clear
|
||||
nodemon ./server.coffee $*
|
||||
echo ''
|
||||
popd &>/dev/null
|
||||
Reference in New Issue
Block a user