Skip to content

Einlar/free_recall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Recall

Web app to gather data for free recall experiments. Made with SvelteKit and NHost.

Local development

It is highly recommended to work in a Linux environment (if you use Windows, WSL works).

Backend

The backend folder holds the database and server-side services.

  1. Install the Nhost CLI
  2. Inside backend, run nhost up.

Frontend

The frontend folder holds the main user-facing web application.

  1. Install Node.js, e.g. via nvm.
  2. Install the pnpm package manager.
  3. Inside frontend, run pnpm i to install dependencies.
  4. Run the app locally with pnpm run dev.

About

Web app for collecting free recall data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published