https://github.com/apklab/website
Documentation site for APKLab
https://github.com/apklab/website
Last synced: 9 days ago
JSON representation
Documentation site for APKLab
- Host: GitHub
- URL: https://github.com/apklab/website
- Owner: APKLab
- License: mit
- Created: 2021-01-29T11:52:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:38:27.000Z (about 2 years ago)
- Last Synced: 2025-05-21T21:41:02.613Z (10 months ago)
- Language: SCSS
- Homepage: https://apklab.surendrajat.xyz
- Size: 5.07 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APKLab website
Based on [Doks](https://getdoks.org) Hugo theme.
## Requirements
- [Node.js](https://nodejs.org/) >= 14.x
## Get started
### 1. Clone this repo
```bash
git clone https://github.com/apklab/website
```
### 2. Install npm packages
```bash
npm install
```
### 3. Start local development server
```bash
npm run start
```
### 4. Open http://localhost:1313 in your browser
## Other commands
Doks comes with few other [commands](https://getdoks.org/docs/prologue/commands/) for common tasks.