prompt
prompt copied to clipboard
Writing prompts from r/WritingPrompts on an interactive webapp
trafficstars
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 to create a new Deta Micro
-
Follow the instructions in the docs and run
deta newafter logging in with the CLI -
Copy the project files into the directory you just created
-
Run
npm startfrom 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 deployfrom within the directory containing the .deta file