wireadmin/src
2023-09-27 03:37:38 +03:30
..
lib Fixes Tor iptables and, in the Docker entry, stores Redis and Tor logs into the /var/vlogs/ directory. 2023-09-27 03:37:38 +03:30
packages/tsconfig Initial Commit 2023-09-18 21:01:07 +03:30
pages Fixes Tor iptables and, in the Docker entry, stores Redis and Tor logs into the /var/vlogs/ directory. 2023-09-27 03:37:38 +03:30
public Initial Commit 2023-09-18 21:01:07 +03:30
styles Updates much stuff for least stability 2023-09-20 04:40:44 +03:30
ui bug fix 2023-09-26 09:52:53 +03:30
.gitignore Initial Commit 2023-09-18 21:01:07 +03:30
.npmrc Initial Commit 2023-09-18 21:01:07 +03:30
next-env.d.ts feat(create-turbo): apply official-starter transform 2023-09-06 13:53:31 +03:30
next.config.js bug fix 2023-09-26 09:52:53 +03:30
package-lock.json Updates much stuff for least stability 2023-09-20 04:40:44 +03:30
package.json Updates much stuff for least stability 2023-09-20 04:40:44 +03:30
postcss.config.js feat(create-turbo): apply official-starter transform 2023-09-06 13:53:31 +03:30
README.md Initial Commit 2023-09-18 21:01:07 +03:30
tailwind.config.ts Initial Commit 2023-09-18 21:01:07 +03:30
tsconfig.json Initial Commit 2023-09-18 21:01:07 +03:30

Getting Started

First, run the development server:

yarn 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.

To create API routes add an api/ directory to the app/ directory with a route.ts file. For individual endpoints, create a subfolder in the api directory, like api/hello/route.ts would map to http://localhost:3000/api/hello.

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.