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.
Building locally
- Clone the current repository with Git.
git clone https://github.com/Design-and-Code/Design-and-Code
- Navigate to the cloned repository directory.
cd Design-and-Code
- Install all
pnpm
dependencies and build.
pnpm install && pnpm run build
- Start web server.
pnpm run start