Skip to content

A Developer learning platform. Aggregating multiple social platforms to improve and speed up learning. Leveraging Decentralised database composedb for data storage.

Notifications You must be signed in to change notification settings

rushidhanwant/devnode

 
 

Repository files navigation

DevNode Monorepo

This is the official repo of the DevNode project.

Setup

Build

To build all apps and packages, run the following command:

pnpm run build

Develop

To develop all apps and packages, run the following command:

pnpm run dev

Turborepo & Original Template

This turborepo uses pnpm as a packages manager & was originally bootstrapped from the with-pnpm example.

Apps and Packages

  • index: TBD
  • web: another Next.js app
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Useful Links

Learn more about the power of Turborepo:

About

A Developer learning platform. Aggregating multiple social platforms to improve and speed up learning. Leveraging Decentralised database composedb for data storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • Shell 1.8%
  • Other 1.2%