All Projects → dracula → draculatheme.com

dracula / draculatheme.com

Licence: MIT license
🧛🏻‍♂️ Dark website for a dark theme

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to draculatheme.com

konsole
🧛🏻‍♂️ Dark theme for Konsole
Stars: ✭ 39 (-75.32%)
Mutual labels:  dark-theme, dracula
qtcreator
🧛🏻‍♂️ Dark theme for Qt Creator
Stars: ✭ 39 (-75.32%)
Mutual labels:  dark-theme, dracula
kitty
🧛🏻‍♂️ Dark theme for kitty
Stars: ✭ 64 (-59.49%)
Mutual labels:  dark-theme, dracula
pygments
🧛🏻‍♂️ Dark theme for Pygments
Stars: ✭ 35 (-77.85%)
Mutual labels:  dark-theme, dracula
godot
🧛🏻‍♂️ Dark theme for Godot Engine
Stars: ✭ 24 (-84.81%)
Mutual labels:  dark-theme, dracula
prism
🧛🏻‍♂️ Dark theme for Prism.js
Stars: ✭ 33 (-79.11%)
Mutual labels:  dark-theme, dracula
i3
🧛🏻‍♂️ Dark theme for i3
Stars: ✭ 94 (-40.51%)
Mutual labels:  dark-theme, dracula
xresources
🧛🏻‍♂️ Dark theme for Xresources (xterm, (u)rxvt, and other X11 applications)
Stars: ✭ 85 (-46.2%)
Mutual labels:  dark-theme, dracula
jupyterlab
🧛🏻‍♂️ Dark theme for JupyterLab
Stars: ✭ 27 (-82.91%)
Mutual labels:  dark-theme, dracula
slack
🧛🏻‍♂️ Dark theme for Slack
Stars: ✭ 38 (-75.95%)
Mutual labels:  dark-theme, dracula
gitk
🧛🏻‍♂️ Dark theme for gitk
Stars: ✭ 49 (-68.99%)
Mutual labels:  dark-theme, dracula
bbedit
🧛🏻‍♂️ Dark theme for BBEdit
Stars: ✭ 16 (-89.87%)
Mutual labels:  dark-theme, dracula
textmate
🧛🏻‍♂️ Dark theme for TextMate
Stars: ✭ 18 (-88.61%)
Mutual labels:  dark-theme, dracula
fish
🧛🏻‍♂️ Dark theme for fish
Stars: ✭ 44 (-72.15%)
Mutual labels:  dark-theme, dracula
kate
🧛🏻‍♂️ Dark theme for KDE's Kate text editor
Stars: ✭ 23 (-85.44%)
Mutual labels:  dark-theme, dracula
sublime
🧛🏻‍♂️ Dark theme for Sublime Text
Stars: ✭ 87 (-44.94%)
Mutual labels:  dark-theme, dracula
mintty
🧛🏻‍♂️ Dark theme for Mintty
Stars: ✭ 31 (-80.38%)
Mutual labels:  dark-theme, dracula
highlightjs
🧛🏻‍♂️ Dark theme for Highlight.js
Stars: ✭ 39 (-75.32%)
Mutual labels:  dark-theme, dracula
rofi
🧛🏻‍♂️ Dark theme for rofi
Stars: ✭ 97 (-38.61%)
Mutual labels:  dark-theme, dracula
eclipse
🧛🏻‍♂️ Dark theme for Eclipse
Stars: ✭ 34 (-78.48%)
Mutual labels:  dark-theme, dracula

draculatheme.com

This repo contains the source code for draculatheme.com.

Screenshot

How it works?

We use Next.js, a React framework that does static exporting.

Getting Started

  1. Install NodeJS, if you don't have it yet.

  2. Now clone this repository:

    $ git clone https://github.com/dracula/draculatheme.com.git
  3. Then go to the project's folder:

    $ cd draculatheme.com
  4. Install all dependencies:

    $ yarn
  5. Generate a GitHub Personal Access Token with repo permissions and create a .env file containing this variable.

    GITHUB_PERSONAL_ACCESS_TOKEN=cdf5fa84cc07c2ea66fae8f2140118c9e9fa4f55
  6. And finally run:

    $ yarn dev

Now you can see the website running in localhost:3000 :D

Deploy

If you're a collaborator, you can publish the site to GitHub Pages by running:

$ yarn deploy

Community

  • Twitter - Best for getting updates about themes and new stuff.
  • GitHub - Best for asking questions and discussing issues.
  • Discord - Best for hanging out with the community.

License

MIT License © Dracula Theme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].