eruizc-dev / draculatheme.com

πŸ§›πŸ»β€β™‚οΈ Dark website for a dark theme

Home Page:https://draculatheme.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ§›πŸ»β€β™‚οΈ Dark website for a dark theme

https://draculatheme.com

License:MIT License


Languages

Language:JavaScript 75.7%Language:CSS 24.3%