bliss/web
dependabot[bot] 47815bbb39
Bump json5 from 1.0.1 to 1.0.2 in /web
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 03:01:34 +00:00
..
.yarn switch to yarn v3 2022-12-16 23:01:06 +07:00
public new icon 2022-12-26 15:34:27 +07:00
src fix cache not updating 2022-12-30 18:04:17 +07:00
.dockerignore This bunny should be killed. 2022-12-19 09:29:46 +07:00
.env.example This bunny should be killed. 2022-12-19 09:29:46 +07:00
.eslintrc.json first commit 2022-12-15 14:34:09 +07:00
.gitignore first commit 2022-12-15 14:34:09 +07:00
.yarnrc.yml This bunny should be killed. 2022-12-19 09:29:46 +07:00
Dockerfile Improving the fix 2022-12-19 22:13:53 +07:00
Dockerfile.dev added a bunch of stuff 2022-12-30 12:05:39 +07:00
README.md first commit 2022-12-15 14:34:09 +07:00
entrypoint.sh fix entrypoint 2022-12-19 10:41:32 +07:00
next.config.js maybe fix final 2022-12-22 15:24:47 +07:00
package.json s3 support and ui refactor 2022-12-25 14:45:18 +07:00
tsconfig.json restructure file tree 2022-12-18 08:31:01 +07:00
yarn.lock Bump json5 from 1.0.1 to 1.0.2 in /web 2023-01-10 03:01:34 +00:00

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

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

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

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.