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
- Host: GitHub
- URL: https://github.com/islamic-network/alaqida.com
- Owner: islamic-network
- License: other
- Created: 2024-01-03T13:06:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T16:05:34.000Z (over 2 years ago)
- Last Synced: 2025-01-29T12:26:57.244Z (over 1 year ago)
- Language: TypeScript
- Size: 691 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/
```