Non-opinionated TypeScript template starter for Next.js
All you need to start documenting your project..
Sometimes creating a documentation website is an exhausting task or spent much time, this template offers all nextjs features and some non-opinionated decisions to improve the developer experience.
- editor config
- prettier
- husky
- commitlint
- git actions
- path mapping
- Callout
- Disclosure
- Tabs
- Code Highlighting
- SEO-friendly
- Mobile-friendly
- Variable fonts
- Dark mode
- New experimental OG IMAGE 🔥
command | description |
---|---|
start | starts a simple server with the build production code |
dev | runs your application on localhost:3000 |
build | creates the production build version |
lint | runs the linter in all components and pages |
test | runs jest to test all components and pages |
The best way to start with this template is using Create Next App
# yarn
yarn create next-app -e https://github.com/mverissimo/next-galaxy-starter
#npm
npx create next-app -e https://github.com/mverissimo/next-galaxy-starter
Deploy this template in one click:
Vercel | Netlify |
---|---|