shx/packages/dashboard
Chirag Bhalotia d0ff7da7e8
removed warnings
2023-06-25 01:38:52 +05:30
..
.storybook initialised storybook 2023-05-26 18:01:40 +05:30
api removed warnings 2023-06-25 01:38:52 +05:30
app removed warnings 2023-06-25 01:38:52 +05:30
components removed warnings 2023-06-25 01:38:52 +05:30
hooks removed promise returned on a void warning 2023-06-24 00:55:34 +05:30
lib removed instanceURL accept system 2023-06-24 22:54:31 +05:30
public removed unused readme file 2023-06-24 13:59:43 +05:30
stories fixed errors 2023-05-29 22:20:12 +05:30
types integrated sys info api 2023-06-25 01:28:56 +05:30
.eslintrc.json removed next image warnings 2023-06-16 14:21:49 +05:30
.gitignore fixed errors 2023-05-29 22:20:12 +05:30
README.md started with dashboard frontend 2023-05-25 01:33:08 +05:30
next.config.js started with dashboard frontend 2023-05-25 01:33:08 +05:30
package.json added markdown to dashboard homepage 2023-06-24 13:57:51 +05:30
postcss.config.js started with dashboard frontend 2023-05-25 01:33:08 +05:30
tailwind.config.js Completed Home Page/ Login form (UI) 2023-05-25 02:20:04 +05:30
tsconfig.json started with dashboard frontend 2023-05-25 01:33:08 +05:30

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.