Geofeed editor written in Gleam
client | ||
server | ||
shared | ||
.gitignore | ||
README.md |
pinpoint
cd client
gleam run -m lustre/dev build --outdir=../server/priv/static # Build the client
cd ..
cd server
gleam run <port> <geofeed_path> # Run the server