Skip to content

cristicretu/stacks

Repository files navigation

stacks

a lightweight website that you can self-host thanks to Deta Space, and share with others ¬ My own stack.

to grab your own version, go to stacks' discovery page, install and then just use the app!

image

Running

Use the space CLI to create a new builder project on Deta Space.

space new

then run locally using

space dev

this will simulate the space environment, with a dev db, without any keys and what not.

To push your changes to space, and respectively create a release use

space push
# space release

Contributing

i made this during an internal hackaton so i skipped a lot of steps

so feel free to modify / hack things around and submit a pr :)