Personal website made with Nuxt 3
- Posts and pages in Markdown
- Tags and categories
- Sass Integration
- Ackee Stats integration
If you see any typos or formatting errors in a post, or any other issue that needs to be addressed, please don't hesitate to open a pull request and fix it!
This project is open source and available under the MIT License.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Check out the deployment documentation for more information.