Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achadha235/website
My personal website and blog. Built with Next.js, DaisyUI and TailwindCSS.
https://github.com/achadha235/website
material-ui mdx nextjs react tailwindcss typescript
Last synced: about 1 month ago
JSON representation
My personal website and blog. Built with Next.js, DaisyUI and TailwindCSS.
- Host: GitHub
- URL: https://github.com/achadha235/website
- Owner: achadha235
- Created: 2020-12-03T11:38:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T16:16:31.000Z (10 months ago)
- Last Synced: 2024-04-14T09:42:18.154Z (10 months ago)
- Topics: material-ui, mdx, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://achadha.com
- Size: 35.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Website
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
## Description
A generic portfolio website and blog template that uses Next.js, TailwindCSS and DaisyUI.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
Install the project dependencies using the package manager of your choice.
`pnpm install`To start the development server, run the following command.
`pnpm start`To build the project, run the following command.
`pnpm build`## Usage
Instructions on how to use the project and any relevant examples.
## Contributing
Contributions are welcome. Please refer to the [Contributor guidelines](CODE_OF_CONDUCT.md) for more information.
## License
This project is licensed under the [MIT License](LICENSE).