Skip to content

A repository of developer knowledge and logic to help bring features and products to life.

Notifications You must be signed in to change notification settings

acekyd/devlogic

Repository files navigation

DevLogic

DevLogic is an accessible, crowd-sourced repository of engineering knowledge - housing how developers are building and implementing different features across platforms.

The goal is to build a wealth of knowledge that would help improve the thinking and problem solving of developers from junior to mid and seniors with the kinds of problems they are able to solve.

Content Contribution

While the development is ongoing, we are able to gather content set in the content folder. If you are ready to start sharing your wealth of knowledge, you can already start sending in PRs.

Contribution Guide

Additional content contribution guidelines can be found in .contributing.md

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

A repository of developer knowledge and logic to help bring features and products to life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published