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!
By using Gitpod, all the installation steps and commands will be automatically ran for you.
- 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