NeurotechJP is the website in Japanese/English gathering information of neurotehcnology through interviews for those who are active in the flont lines of this are all over the world.
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
All posts are accomendated under md/blog
directory.
If you want to add post, just add it along md type document. At the same time, make sure that you have meta data
title
subtitle
datePublished
bannerPhoto
to show posts correclty. After finishing it and deploying it, the page will be auto generated. (md/blog/test-1.md
->https://neurotechjp.com/blog/test-1
)