Skip to content

Commit c5daf29

Browse files
committed
grucloud => starhack.it
1 parent 25e6f3f commit c5daf29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "StarHackIt",
44
"version": "10.40.0",
55
"private": true,
6-
"description": "Visualize Cloud Infrastructure",
6+
"description": "React + node starter kit. A fullstack boilerplate with authentication and authorisation",
77
"license": "NLPL",
88
"scripts": {
99
"start": "webpack serve --config webpack.dev.js --open",

client/src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const config = {
22
general: {
3-
title: "GruCloud",
4-
description: "Visualize your cloud infrastructure",
3+
title: "StarHackIt",
4+
description: "Full Stack Starter Kit",
55
apiUrl: "/api/v1/",
66
socialAuth: ["github", "facebook", "google"],
77
debug: {

0 commit comments

Comments
 (0)