mirror of
https://github.com/dnote/dnote
synced 2026-03-15 23:15:50 +01:00
6 lines
75 B
Bash
Executable file
6 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
# start.sh starts the server
|
|
|
|
export PORT=3000
|
|
|
|
go run main.go
|