- Run
npm install
cp .example.next.config.js next.config.js
and adjust the environment settings for you site- Adjust
bin/sitemapGenerate.js
and swaphttps://www.your-website.com
with your web site URL
Build the application and it will generate the sitemap. If you're hosting it on Vercel this step will run automatically during deployment.
npm run build
npm run test
will validate the core functionality
This project uses remarkjs/react-markdown and react-syntax-highlighter/react-syntax-highlighter to do code formatting.
To format in a specific language, use the format of
```<language>
```php
```bash
```javascript
A list of language options can be found here.