Skip to content

qlawmarq/next-markdown-blog-YoRHa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

273 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NieR:Automata YoRHa Next.js Blog template

Elements

Live demo

https://next-playground.vercel.app

Preview


Development

There are two ways to set up a local development environment. Read below and choose the one you prefer.

Setup with Node.js

Please install Node.js (v22.x) first.

After installation is complete, follow the steps below:

npm i

npm run dev

Access following link to check the app is working:

http://localhost:3000/

Setup with Docker Compose

Please install Docker first.

After installation is complete, execute the command below:

docker-compose up

After a while, access following link to check the app is working:

http://localhost:3000/

Setup with devcontainer

The above setup can be used for development, but you can also setup dev env with using the VS Code Dev Containers extension.

E2E Testing

The E2E testing is executed by Playwright Test.

Detailed in playwright.config.ts and e2e-test/e2e-test.spec.ts.

To run the E2E test, do the following:

npx playwright test

Or

npm run test:e2e

See Playwright Docs for more details.


Production

Update site metadata

Update the following file, which contains the site name and other metadata.

constants/siteMetadata.ts

Update or add your own contents

To update the contents of your own blog, you can update the contents in contents/blog.

You can write blogs in markdown by referring to the following:

https://www.markdownguide.org/cheat-sheet/

About

Blog template with Next.js, which is using Design inspired by Nier Automata, YoRHa.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors