Skip to content

yungen-lu/Code-Prettifyer

Repository files navigation

Code-Prettifyer

簡介

一個簡單的網站讓使用者能檢查、格式化程式碼。使用 php 作為後端。

Build the web page

npm install
// for development
npm run build-test
// for production
npm run build

Compile C code

gcc ./dist/app/c/formatBracket.c -o ./dist/app/c/formatBracket
gcc ./dist/app/c/parseError.c -o ./dist/app/c/parseError
gcc ./dist/app/c/removeSpace.c -o ./dist/app/c/removeSpace

Run with Docker and docker-compose

Create Docker network

docker network create web

Run with docker-compose

docker-compose up -d

更詳細的說明

Blog post : https://blog.yungen.studio/content/posts/code-prettifyer/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors