Migrated from github.com/shafiqalibhai/deployview
  • JavaScript 64.6%
  • CSS 19.6%
  • Less 10.2%
  • PHP 4.9%
  • HTML 0.7%
Find a file
2026-04-27 22:43:17 +00:00
bower_components initial commit 2015-06-09 18:53:29 +02:00
css initial commit 2015-06-09 18:53:29 +02:00
images initial commit 2015-06-09 18:53:29 +02:00
include initial commit 2015-06-09 18:53:29 +02:00
js initial commit 2015-06-09 18:53:29 +02:00
less initial commit 2015-06-09 18:53:29 +02:00
node_modules initial commit 2015-06-09 18:53:29 +02:00
partials Update home.html 2025-03-09 15:23:59 +00:00
BingSiteAuth.xml initial commit 2015-06-09 18:53:29 +02:00
bower.json initial commit 2015-06-09 18:53:29 +02:00
Dockerfile Add Dockerfile: build assets with bower then serve via nginx 2026-04-27 22:43:17 +00:00
google035b9f496c37b092.html initial commit 2015-06-09 18:53:29 +02:00
index.html Update index.html 2025-01-18 05:54:30 +01:00
package.json initial commit 2015-06-09 18:53:29 +02:00
README.md Update README with comprehensive project information 2026-04-27 20:36:59 +00:00
style-import.css initial commit 2015-06-09 18:53:29 +02:00
style.css initial commit 2015-06-09 18:53:29 +02:00
style.less initial commit 2015-06-09 18:53:29 +02:00

deployview

Overview

deployview is a repository hosted on this Forgejo instance. This README has been generated to give a structured overview of the project; feel free to edit the sections below with project-specific detail.

Detected project type: Node.js / JavaScript.

This repository was migrated from upstream source github.com/shafiqalibhai/deployview and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 35.4 MB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0

Languages

Language Bytes Share
JavaScript 2,825,961 bytes 64.6%
CSS 855,107 bytes 19.6%
Less 446,990 bytes 10.2%
PHP 215,305 bytes 4.9%
HTML 28,719 bytes 0.7%

Repository structure

  • bower_components/
  • css/
  • images/
  • include/
  • js/
  • less/
  • node_modules/
  • partials/
  • BingSiteAuth.xml (85 B)
  • bower.json (404 B)
  • google035b9f496c37b092.html (53 B)
  • index.html (6,934 B)
  • package.json (1,252 B)
  • README.md (13 B)
  • style-import.css (747 B)
  • style.css (277,844 B)
  • style.less (662 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/deployview.git
cd deployview

Installation

npm install
# or
yarn install
# or
pnpm install

Usage

Run scripts defined in package.json:

npm start    # or whatever script your project defines
npm test

Recent releases

  • 240808 — 240808 (published 2024-08-08)

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.

Repository

  • Browse: https://forgejo.deployview.com/ssa/deployview
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/deployview.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/deployview.git
  • Upstream / origin: github.com/shafiqalibhai/deployview

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.