https://github.com/ossphilippines/ossph.org
OSSPH's main website!
https://github.com/ossphilippines/ossph.org
hacktoberfest open-source
Last synced: 12 months ago
JSON representation
OSSPH's main website!
- Host: GitHub
- URL: https://github.com/ossphilippines/ossph.org
- Owner: OSSPhilippines
- Created: 2021-11-26T11:29:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T23:57:31.000Z (about 1 year ago)
- Last Synced: 2025-06-08T20:03:02.201Z (about 1 year ago)
- Topics: hacktoberfest, open-source
- Language: Vue
- Homepage: https://ossph.org
- Size: 20.7 MB
- Stars: 24
- Watchers: 1
- Forks: 17
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Open Source Software PH
Open Source Software PH
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
# or
npm run dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Build the app for production
```bash
yarn build
# or
npm run build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).