Skip to content

haladamateusz/storycoder-svelte

Repository files navigation

StoryCoder Svelte

How to run it locally

Prerequisites:

  1. Create .env in root folder of this repo
  2. Add database path to .env file: DATABASE_URL=mongodb://mongoadmin:pass123@localhost:27017/dev-storycoder?authSource=admin
  3. run npm run database-container:build
  4. run npm i
  5. run npm run database:restore to seed your MongoDB database with stories from .gzip archive
  6. run npx prisma generate to generate prisma client
  7. run npm run dev to start the app in development mode

Remaining TODOs

About

Repo for new storycoder codebase written in Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published