/Design-and-Code

Design and Code a global community where anyone can learn and network with fellow developers and designers.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

DC Banner

Design-and-Code

Welcome to Design & Code where anyone interested in designing and coding can connect and interact with fellow peers from all over the globe and not only learn but also collaborate on various projects!


🛠 Installation steps

Using Gitpod

By using Gitpod, all the installation steps and commands will be automatically ran for you. Open in Gitpod

Building locally

  1. Clone the current repository with Git.
git clone https://github.com/Design-and-Code/Design-and-Code
  1. Navigate to the cloned repository directory.
cd Design-and-Code
  1. Install all pnpm dependencies and build.
pnpm install && pnpm run build
  1. Start web server.
pnpm run start