Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 455 Bytes

Audio.quran.com


Installation

npm install

Running Dev Server

npm run dev

Building and Running Production Server

npm run build
npm run start

Database

Assuming you already have user/role quran_dev, just run

psql -c 'create database audio_quran;' -U quran_dev
psql audio_quran < audio_quran.psql
psql -c 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO quran_dev;' -d audio_quran