Giter VIP home page Giter VIP logo

jobtechdev.se's Introduction

alt text

A JobTech Project

Jobtechdev.se (documentation website for developers)

This project's purpose is to serve all necessary details for developers to integrate with Jobtech Dev's open infrastructure. This is the central hub to find information about our infrastructure projects, API specifications, integration guidelines, licenses, contact details and other important notices.

The website is built using the static website generation framework Hugo (see Hugo documentation).

Getting started

First and foremost, if you wish to develop for and contribute to this open-source project. Please read the guidelines for Contributing and the Hugo Getting Started Guide. This will provide you all required knowledge to develop for this project.

Next up, install all Prerequisites and follow the Installation steps.

Local compilation and deployment is a breeze with the provided NPM run scripts and Dockerfile build instructions (please see Deployment section).

Prerequisites

Installation

  1. Clone this project, see guide: Cloning a repository
  2. Install all project dependencies with command:
    npm install

Test

โš ๏ธ No tests available

Deployment

During development on this project it's usually preferable to deploy directly to the local Hugo development server to fully benefit from the automatic watch and live-reload features.

Deploy to local Hugo development server

npm run start

Visit the locally deployed website here: http://localhost:3000

Deploy to local Docker environment

Stage docker image

docker build --build-arg ARG_BUILDNAME=stage -t <image name> -f Dockerfile .
docker run -it  -p 8080:8080 -p 80:8080 <image name>

Visit the locally deployed website here: http://localhost:8080

  • Username: default
  • Password: default

Production docker image

docker build -t <image name> -f Dockerfile .
docker run -it  -p 8080:8080 -p 80:8080 <image name>

Visit the locally deployed website here: http://localhost:8080

Built with

  • Any IDE or text editor is fine.
  • Compiled with Hugo.

Contributing

We would love if you'd like to help us build and improve this product for the benefit of everyone. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Any contributions, feedback and suggestions are more than welcome.

Please read our guidelines for contribution here.

License

Apache License 2.0

Acknowledgments

N/A

jobtechdev.se's People

Contributors

perui avatar lofms avatar ixuz avatar jaimecalvo81 avatar jonassodergren avatar mrastrom avatar qeshi avatar dependabot[bot] avatar cekstrandh avatar perweij avatar sickanekman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.