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

https://github.com/islamic-network/alaqida.com

The AlAqida.com website and text of Imam Tahawi's Aqida
https://github.com/islamic-network/alaqida.com

Last synced: over 1 year ago
JSON representation

The AlAqida.com website and text of Imam Tahawi's Aqida

Awesome Lists containing this project

README

          

# AlAqida.com

## Getting started

To get started, first install the npm dependencies:

```bash
npm install
```

Next, run the development server:

```bash
npm run dev
```

Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.

```
next build && next export && touch docs/.nojekyll && cp CNAME docs/ && mkdir -p docs/.well-known && cp -Rf .well-known/* docs/.well-known/
```