KO
|
EN
gitlite — search
Search
#javascript
#php
#python
#blockchain
#ethereum
#windows
#database
#react
#nodejs
#android
#opencv
#cpp
stacks
★ 45
Open GitHub ↗
share your stack
Download README (.md)
Explore Similar Repositories
space-pipe
:
GitHub Action to push your project to Deta Space.
starters
:
Example Space apps to help you get started with Space.
space-cli
:
Deta Space CLI
formate
:
Build forms in minutes
serverless-chatgpt-discord-bot
:
Serverless ChatGPT Discord bot hosted on Deta Space.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stacks
?
Download (.md)
# stacks a lightweight website that you can self-host thanks to [Deta Space](https://deta.space/), and share with others ¬ [My own stack](https://stacks-2-r2358063.deta.app/). to grab your own version, go to [stacks' discovery page](https://deta.space/discovery/@cristicretu/stacks), install and then just use the app! <img width="726" alt="image" src="https://github.com/cristicretu/stacks/assets/45521157/2eaf65af-b59a-44fd-90bb-8b07fcc787d3"> ## Running Use the [space CLI](https://deta.space/docs/en/build/reference/cli#content) to create a new builder project on Deta Space. ```bash space new ``` then run locally using ```bash 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 ```bash 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 :)