Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.33 KB

algospace


This website aims to provide an online judge for coding problems from the BIO and other related contests. It is currently in active development

in action


image

hero page

image

problems page

image

submission page, with an autocomplete editor, submission judge (detecting TLE, AC, RE and WA), and fully markdown supported descriptions

INSTALL


This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint