No description
  • JavaScript 99.6%
  • SCSS 0.4%
Find a file
파링 e8e883d222
Merge pull request #13 from pikokr/renovate/npm-codemirror-vulnerability
Update dependency codemirror to 5.58.2 [SECURITY]
2022-06-17 16:51:23 +09:00
.idea init 2020-08-23 22:03:36 +09:00
components init 2020-08-23 22:03:36 +09:00
pages Update [text].js 2020-09-08 11:45:12 +09:00
public update favicon 2020-08-23 22:10:36 +09:00
styles init 2020-08-23 22:03:36 +09:00
.gitignore init 2020-08-23 22:03:36 +09:00
config.js init 2020-08-23 22:03:36 +09:00
next.config.js init 2020-08-23 22:03:36 +09:00
package-lock.json Merge pull request #13 from pikokr/renovate/npm-codemirror-vulnerability 2022-06-17 16:51:23 +09:00
package.json Bump node-sass from 4.14.1 to 7.0.0 2022-06-17 07:51:08 +00:00
README.md Initial commit from Create Next App 2020-08-23 13:33:31 +09:00
renovate.json Add renovate.json 2022-06-17 07:42:44 +00:00

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.js. The page auto-updates as you edit the file.

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.