Skip to content

Yamada-Ika/webserv

 
 

Repository files navigation

開発環境構築

  • cpplintインストール
  • clang-tidyのインストール
  • mdformatのインストール

vscode拡張機能

  • cpplint
  • C/C++ Include Guard
  • Clang-Format

コンテナの利用方法

webserv

  • build: make build
  • up: make up
  • login: make login
  • down: make down

nginx

  • build: make build CONTAINER=nginx
  • up: make up CONTAINER=nginx
  • login: make login CONTAINER=nginx
  • down: make down CONTAINER=nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.6%
  • Shell 5.3%
  • Python 2.8%
  • Makefile 1.9%
  • HTML 1.6%
  • CMake 0.4%
  • Dockerfile 0.4%