Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.46 KB

README.md

File metadata and controls

72 lines (49 loc) · 3.46 KB

css-connect-frontend

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit

GitHub repo size Github LOC Github Files

Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests


CSS Connect Frontend

The frontend GitHub Repository for CSS Connect, managed by Dev-Wing, CSS, NITS

Tech Stack

next.js official Website typescript official Website sass official Website

Design

Figma Design Light Mode

Figma Design Dark Mode

Docker

using terminal go to the root of the project where you have the Dockerfile

Now, run these commands

  1. To build the image using the dockerfile
docker build -t css-connect:1.0 .
  1. Run the created docker image
docker run css-connect:1.0

use your preferred name for docker image

adv:1.0 -> <your_preferred_name>:<your_preferred_tag>