# javazone.no **Repository Path**: mirrors_raphw/javazone.no ## Basic Information - **Project Name**: javazone.no - **Description**: Nettsidene til JavaZone - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javazone.no This is the repository for javazone.no. It is a react application. ## Setup You need a relatively new version of node.js. Anything above 6.0 should work. git clone git@github.com:javaBin/javazone.no.git cd javazone.no npm i ## Technologies - Webpack for bundling - React w/ JSX for views - Babel to transpile to ES5 - LESS (with postcss and autoprefixer) for styles ## Development Run in watch mode: npm start ## Deployment Everything is automatic. The `develop` branch is automatically deployed to https://test-2018.javazone.no and `master` is automatically deployed to https://2018.javazone.no. Push to `develop` (or a separate branch if you would rather do that) and create a pull request from `develop` to `master` when you want to deploy to production.