Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreeram-venkitesh/prompt
Writing prompts from r/WritingPrompts on an interactive webapp
https://github.com/sreeram-venkitesh/prompt
deta javascript
Last synced: about 23 hours ago
JSON representation
Writing prompts from r/WritingPrompts on an interactive webapp
- Host: GitHub
- URL: https://github.com/sreeram-venkitesh/prompt
- Owner: sreeram-venkitesh
- Created: 2020-07-02T11:02:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:23:07.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T18:05:10.162Z (4 months ago)
- Topics: deta, javascript
- Language: EJS
- Homepage: https://prompts.deta.dev
- Size: 230 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prompt
Writing prompts from r/WritingPrompts on an interactive webapp### How to run prompts locally?
* Once you have cloned the repo, use the [Deta CLI](https://docs.deta.sh/docs/micros/getting_started) to create a new Deta Micro
* Follow the instructions in the docs and run ```deta new``` after logging in with the CLI
* Copy the project files into the directory you just created
* Run ```npm start``` from the directory and the site will be live at localhost:3000
* Once you've made any changes to the site, you can deploy it with Deta using ```deta deploy``` from within the directory containing the .deta file