0.1.0 • Published 1 year ago

@feltcoop/felt-server v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

felt-server

server for Felt, a tool for building and maintaining communities 💚

work in progress: pre-alpha

For more in depth development docs, please see Getting started and Contributing

For build & deployment docs, see the Infra README

getting started

First set up a local dev environment, then:

# node >=18.6
npm i

# start SvelteKit/Vite and the Node server
npm run dev

# browse to localhost:5173 or whatever it says

# you can also run `gro dev` with Gro installed globally: npm i -g @feltcoop/gro
gro dev # args are forwarded to `svelte-kit` like `npm run dev`
gro # print available tasks

npm test
# or
gro test

# felt-server can be installed as a library for your custom servers:
npm i -D @feltcoop/felt-server # see the available modules at `/src/gro.config.ts`
# TODO add docs for how to use it as a library

learn more about Gro, getting started with @feltcoop/felt-server, and contributing

credits 🐢🐢🐢

Design contributions by Jane Im (@trusttri)

Open source software including PolkaSvelteSvelteKitViteTypeScriptMDsveXuvuPostgres.jsLeytsmGroFeltESLintPrettier & more

license 🐦

MIT