Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,27 @@
</p>

<p align="center">
<a href="https://nodejs.org">nodejs.org</a> website built using Next.js with TypeScript, SCSS and MDXv2
<a href="https://nodejs.org">Node.js</a> Website built using Next.js with TypeScript, SCSS and MDXv2
</p>

<p align="center">
<a title="MIT License" href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" />
</a>
<a title="Localised" href="https://crowdin.com/project/nodejs-website">
<img src="https://badges.crowdin.net/nodejs-website/localized.svg">
<img src="https://badges.crowdin.net/nodejs-website/localized.svg" alt="Crowdin Badge" />
</a>
<a title="Follow on Twitter" href="https://twitter.com/Nodejs">
<img src="https://img.shields.io/twitter/follow/Nodejs.svg?style=social&label=Follow%20@Nodejs">
<a title="Vercel" href="https://vercel.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/powered%20by-Vercel%20%E2%96%B2-white">
<img src="https://img.shields.io/badge/powered%20by-Vercel%20%E2%96%B2-black" alt="Powered by Vercel">
</picture>
</a>

<br />

<img src="https://github.com/nodejs/nodejs.org/actions/workflows/build-and-analysis.yml/badge.svg" alt="Build and Analysis Checks" />

<br />
<br />
</p>
Expand All @@ -35,6 +43,7 @@
```bash
npm ci
npx turbo serve

# listening at localhost:3000
```

Expand Down