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

https://github.com/cyscomvit/cyscom-website


https://github.com/cyscomvit/cyscom-website

hacktoberfest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# CYSCOM Website

### Getting Started

To install node modules, run

```
npm install
```

After installing node modules, run

```
npm run dev
```

and open [http://localhost:5173](http://localhost:5173) in your browser.

Before creating a pull request, run

```
npm run format
```