Skip to content

KnucaLegacy/knuca-web-schedule

Repository files navigation

About the project

This is the online schedule app for the National University of Construction and Arcitechture.

Contributing

To suggest a feature, create an issue if it does not already exist.

First of all, clone the repository

git clone https://github.com/KnucaLegacy/knuca-web-schedule.git
cd knuca-web-schedule

Then, install the dependencies

yarn

or, as alternative

npm install

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.