Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

DuckyMomo20012/docusaurus-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Docusaurus Template

A simple Docusaurus template

contributors last update forks stars open issues license


📔 Table of Contents

🌟 About the Project

📷 Screenshots

Light mode

screenshot

Dark mode

screenshot_dark_mode

👾 Tech Stack

Client
Server
Database
DevOps

🎯 Features

  • Feature 1.
  • Feature 2.
  • Feature 3.

🎨 Color Reference

Color Hex
Primary Color #222831 #222831
Secondary Color #393E46 #393E46
Accent Color #00ADB5 #00ADB5
Text Color #EEEEEE #EEEEEE

🔑 Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

  • App configs:

    API_KEY: Description of this environment variable.

    ANOTHER_API_KEY: Description of this environment variable.

E.g:

# .env
API_KEY=123456789
ANOTHER_API_KEY=987654321

You can also check out the file .env.example to see all required environment variables.

🧰 Getting Started

‼️ Prerequisites

This project uses pnpm as package manager:

npm install --global pnpm

🏃 Run Locally

Clone the project:

git clone https://github.com/DuckyMomo20012/docusaurus-template.git

Install dependencies:

pnpm install

Start the server:

pnpm start

🧪 Running Tests

To run tests, run the following command:

pnpm test

🚩 Deployment

To deploy this project run:

pnpm deploy

👀 Usage

Use this space to tell a little more about your project and how it can be used. Show additional screenshots, code samples, demos, or links to other resources.

import Component from 'MyComponent';

function App() {
  return <Component />;
}

🧭 Roadmap

  • Todo 1.
  • Todo 2.

👋 Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

📜 Code of Conduct

Please read the Code of Conduct.

❔ FAQ

  • Question 1

    • Answer 1.
  • Question 2

    • Answer 2.

⚠️ License

Distributed under MIT license. See LICENSE for more information.

🤝 Contact

Duong Vinh - @duckymomo20012 - tienvinh.duong4@gmail.com

Project Link: https://github.com/DuckyMomo20012/docusaurus-template.

💎 Acknowledgements

Here are useful resources and libraries that we have used in our projects: