Skip to content

Latest commit

 

History

History
189 lines (124 loc) · 2.59 KB

README.md

File metadata and controls

189 lines (124 loc) · 2.59 KB

Open Collaboration

Introduction

Open Collaboration(协创云 in Chinese) is a web platform that supports online communication, Markdown editing & reading, translation and file storage.

This is the group project for Software Engineering(软件工程) of Xidian University(Spring 2024).

Our group includes Ruitian Zhong,Haoran Xu, Jiahao Li and Wenzhuo Li.

To deploy the server and front end, see the following sections.

If you have any problem, feel free to contact me!

Preview

Homepage Login Chat Markdown editing Docs list Docs Preview Files list

Project setup

Front end

Install the dependencies for front end page.

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

# bun
bun install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

# bun
bun run dev

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

# bun
bun run lint

Server

  • Download Go on your machine.

  • If you have network problem,configure the GOPROXY:

go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct

Build