Skip to content

instea/tech-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instea - tech radar generator

This repo is fork of Original ThoughtWorks radar generator

Usage

Download new radar data with command below and simply build application. Also don't forget to include credentials JSON from Google service account with name 'instea-dev-b79e01fcea4d.json' in root of project. This file will be used while downloading content from Instea tech radar Google Sheet

npm install # To install dependencies

npm run download-radar # To refresh radar data

npm run build # To build app

# deploy
sftp -o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no [email protected]
sftp> cd sub    
sftp> cd tech-radar
# optional create new directory
sftp> cd 2024
mput dist/*
# ^^^ does not work recursivelly, needs to upload also images first time

Development

npm install # At the beginning to get all dependencies


npm run dev # To start development server

Releases

No releases published

Packages

No packages published