An open API service indexing awesome lists of open source software.

https://github.com/semanurbilada/term-project-website

Common term project of GUI Programming & Web Programming lectures
https://github.com/semanurbilada/term-project-website

aos-animation css-animations html-css-javascipt npm swiper-js vite-js

Last synced: 3 months ago
JSON representation

Common term project of GUI Programming & Web Programming lectures

Awesome Lists containing this project

README

        



How to run the website?


1. Clone the repository;
```
git clone https://github.com/semanurbilada/term-project-website.git
```

2. You can run, in the project directory;
```
cd term-project-website
```

3. To install the npm libraries;
```
npm install
```

4. To run the project;
```
npm run dev
```