wafflestudio / snuev-web

SNUEV frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNUEV web

This codebase is SNUEV client, a course evaluation system for SNU students.

If you have questions about the service, please contact via master@wafflestudio.com.

We are currently not open to contribution, but will prepare contribution guide soon.

Getting started

Setting environment

Make '.env' file in the root folder.

.env

API_HOST=https://api.snuev.kr

Running locally

To be updated

Running locally using docker compose

docker-compose build
docker-compose run app yarn

Once you run the codes, you are ready to use SNUEV.

And you need to run the following code whenever you want to use it.

docker-compose up

Then the client will be running at http://localhost:3000.

About

SNUEV frontend

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 2.7%Language:CSS 1.3%Language:Shell 0.1%Language:Dockerfile 0.1%