The official source code for draculatheme.com - the home of the Dracula color scheme.
Prerequisites: Node.js (v16 or higher recommended)
git clone https://github.com/dracula/draculatheme.com.git
cd draculatheme.com
npm install
npm run devThe website will be available at http://localhost:3000
| Command | Description |
|---|---|
npm run dev |
Start development server with Turbopack |
npm run build |
Build for production |
npm run start |
Start production server |
npm run rss |
Generate RSS feeds for blog and changelog |
npm run lint |
Run ESLint and Prettier |
- Fork the repository.
- Create your feature branch (
git checkout -b feat/amazing-feature). - Commit your changes (
git commit -m 'feat: add amazing feature'). - Push to the branch (
git push origin feat/amazing-feature). - Open a Pull Request! ๐
Join the Dracula community:
- Twitter - Latest updates and announcements.
- GitHub Discussions - Questions and technical discussions.
- Discord - Real-time chat with the community.
This project is licensed under the MIT License. Made with ๐ by Zeno and Luxonauta.

