Kwasow / egg

The official website of the student conference organized by the gynecology student association

Home Page:https://weekendzginekologia.org.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg

build eslint prettier

The source code for the official website of the student conference organized by the gynecology student association at Warsaw Medical University.

Prerequisites

During development the app runs in a docker container alongside a postgres database using docker compose. You can find install instructions here:

Code style

If you're using vscode it is recommended to install the eslint plugin which will enforce the code style set in .eslintrc.json

Code style rules include:

  • indent using spaces (2)
  • use single quotes for strings
  • never use semicolons

Running

To build all the necessary docker images run:

docker compose build

To run the project run:

docker compose up

Webpack should watch for files changes that you do on the host machine and automatically recompile the app. This feature has been tested on Linux.

Project architecture

// TODO

The servers backend is built in PHP.

About

The official website of the student conference organized by the gynecology student association

https://weekendzginekologia.org.pl

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.1%Language:CSS 14.3%Language:TypeScript 2.1%Language:PHP 0.4%Language:HTML 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%