Skip to content

Design-and-Code/Design-and-Code

Repository files navigation

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