Skip to content

openstandia/Nextjs-docs-ja

Repository files navigation

Next.js Official Documentation Japanese Translation Project

Description

This is a project to translate the official documentation of Next.js into Japanese.

Translated Site: https://nextjs.org/docs

Hosting Site

Hosted at the following URL.

https://ja.next-community-docs.dev/docs/app-router

Contributing

When contributing to this repository, please first read the translation guide.

Building Translated Next.js Documentation

This project is created using the static-site-generator Docusaurus.

Ensure that you have Node.js version 18.0 or above installed.

When installing Node.js, you are recommended to check all checkboxes related to dependencies.

First, clone this repository:

git clone https://github.com/openstandia/Nextjs-docs-ja.git
cd Nextjs-docs-ja

Second, install dependencies:

npm install

To build Translated Next.js Documentation run:

npm run start

You can then view the documentation by accessing http://localhost:3000

License

Copyright

The copyright of this project belongs to Nomura Research Institute, Ltd.

Security Policy

Contributors