Skip to content

Commit

Permalink
style: rename ui app
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed Jul 23, 2024
1 parent 66d087f commit 29cb947
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions cloud/db/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DATABASE_SCHEMA_DIR := "schema"
# Database

## Database - Private

name:
@echo {{NAME}}-{{ENV}}
url:
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion cloud/nv-ui/README.md → cloud/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Envy UI

Client web app for Envy

## Getting Started

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cloud/nv-ui/package.json → cloud/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nv-ui",
"name": "@envy/ui",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Envy",
description:
".env for teams - Stop chasing the loose ends of sensitive values",
};

export default function RootLayout({
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions cloud/ui/src/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const config = {
brand: {
name: "Envy",
tagline: ""

".env for teams - Stop chasing the loose ends of sensitive values",
}

}
File renamed without changes.
File renamed without changes.

0 comments on commit 29cb947

Please sign in to comment.