Skip to content

Commit ce94691

Browse files
committed
Add run-server.lisp
This will make more easy to users run the server locally
1 parent 0216fc3 commit ce94691

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run-server.lisp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(load "fix-quicklisp")
2+
(ql:quickload :lisp-inference/web)
3+
(webapp:start)
4+
(loop do
5+
(sleep 10))

0 commit comments

Comments
 (0)