Skip to content

zwin-project/zwin.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22dd4f9 Β· May 2, 2024
May 2, 2024
May 2, 2024
Jan 15, 2023
Feb 6, 2023
Jan 14, 2023
Jan 30, 2023
Jan 7, 2023
Jan 14, 2023
Jan 6, 2023
Jan 6, 2023
Jan 13, 2023
Jan 7, 2023
Jan 6, 2023
Jan 7, 2023
Jan 14, 2023
Jan 6, 2023
Jan 14, 2023

Repository files navigation

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.

Update contents

To add a new page, you have to

  • add markdown files (en, ja) to content/{folder}/{title_of_page_in_snake_case}/{locale}.md
  • add images to public/images/{folder}/{title_of_page_in_snake_case}
  • add properties to content/content.ts
  • add titles/translations to public/locales/{locale}/common.json