Skip to content

Commit

Permalink
create next website for missing.studio (#3)
Browse files Browse the repository at this point in the history
* refactor(website): change folder name marketing to website

* chore(website): update website content
  • Loading branch information
pyadav committed Feb 11, 2024
1 parent 64d23b1 commit 33caf70
Show file tree
Hide file tree
Showing 60 changed files with 1,734 additions and 206 deletions.
4 changes: 2 additions & 2 deletions frontend/README.md
Expand Up @@ -13,8 +13,8 @@ This Turborepo includes the following packages/apps:
### Apps and Packages

- `console`: a [Next.js](https://nextjs.org/) app
- `marketing`: another [Next.js](https://nextjs.org/) app
- `@missingstudio/ui`: a stub React component library shared by both `console` and `domarketingcs` applications
- `website`: another [Next.js](https://nextjs.org/) app
- `@missingstudio/ui`: a stub React component library shared by both `console` and `website` applications
- `@missingstudio/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@missingstudio/typescript-config`: `tsconfig.json`s used throughout the monorepo

Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/console/config/marketing.ts
@@ -1,3 +1,3 @@
export const marketingConfig = {
export const websiteConfig = {
navigations: [],
};
7 changes: 0 additions & 7 deletions frontend/apps/marketing/app/page.module.css

This file was deleted.

12 changes: 0 additions & 12 deletions frontend/apps/marketing/app/page.tsx

This file was deleted.

43 changes: 0 additions & 43 deletions frontend/apps/marketing/components/Header.tsx

This file was deleted.

60 changes: 0 additions & 60 deletions frontend/apps/marketing/components/Hero/index.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/apps/marketing/config/marketing.ts

This file was deleted.

Binary file removed frontend/apps/marketing/public/dashboard.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions frontend/apps/marketing/public/logo.svg

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/apps/marketing/public/mstudio.svg

This file was deleted.

0 comments on commit 33caf70

Please sign in to comment.