Skip to content

dontwanttothink/furever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furever

This repository contains the source code for the SvelteKit application that powers both the back-end and the web front-end of the FureverHome project.

Running

To start a development server:

➜ bun i
➜ cp .env.example .env

# set up the local databaseecho "DB_FILE_NAME=file:local.db" >> .env # saying where it should beecho "USER_CONTENT=dev_user_content" >> .env # images and so on
➜ bun drizzle-kit push # adding the schema

➜ bun -b dev

See the SvelteKit documentation for more information on building and previewing the app.

Only bun dev is necessary in subsequent runs.

Notes

jiti is included as a development-only dependency to make the TypeScript-based ESLint configuration work on Node environments, such as certain ESLint editor extensions. It is otherwise unnecessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •