No description
  • TypeScript 81.6%
  • SCSS 15.1%
  • CSS 2.7%
  • JavaScript 0.6%
Find a file
2021-07-30 10:25:05 +09:00
.github/workflows hero section 2021-07-28 22:03:31 +09:00
assets fix build error 2021-07-29 12:40:35 +09:00
components something 2021-07-30 10:25:05 +09:00
pages project slider 2021-07-29 12:29:32 +09:00
public hero section 2021-07-28 22:03:31 +09:00
sections something 2021-07-30 10:25:05 +09:00
styles improve project slider ui & add button 2021-07-30 10:12:21 +09:00
types scroll 2021-07-28 22:56:26 +09:00
.eslintrc fix export error 2021-07-28 22:40:05 +09:00
.gitignore setup static export 2021-07-28 21:09:26 +09:00
.prettierrc setup static export 2021-07-28 21:09:26 +09:00
next-env.d.ts setup static export 2021-07-28 21:09:26 +09:00
next.config.js illust view 2021-07-28 23:27:23 +09:00
package.json illust view 2021-07-28 23:27:23 +09:00
README.md setup static export 2021-07-28 21:09:26 +09:00
tsconfig.json illust view 2021-07-28 23:27:23 +09:00
yarn.lock illust view 2021-07-28 23:27:23 +09: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.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.tsx.

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.