Skip to content

marcadrian-it/sharesphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sharesphere

TS + GraphQL website resembling Reddit

To visit the website, click on the logo.

GitHub last commit GitHub contributors

Stack

Shared

Backend

Frontend

CDN

Instructions

  • npm run gen-env - generates TypeScript types for environment variables based on the .env file.
  • npm run build - compiles the TypeScript code into JavaScript using the TypeScript compiler.
  • npm run dev - runs the compiled JavaScript code using nodemon.
  • npm run lint - will run ESLint with --fix to auto-fix issues.
  • npm run lint:check - will run ESLint without --fix to check for issues.
  • npm run start-dbs.sh - runs the start-dbs.sh shell script to start Redis and PostgreSQL dbs.
  • Sync schema directly from dist folder. Example: npx typeorm schema:sync -d ./dist/data-source.js

Preview

Preview.sharesphere.mp4

About

TS + GraphQL content sharing website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published