LiteBans-next

Web interface for LiteBans using Next.js

Features

  1. Clone this repository
    git clone https://github.com/ltln/litebans-next.git
    
  2. Install packages
    npm install # or pnpm install or yarn install
    
  3. Rename and edit config file
    cp src/lib/config.example.ts src/lib/config.ts
    nano src/lib/config.ts # or vim src/lib/config.ts
    
  4. Build and run
    npm run build
    npm start
    
    Your website is served at localhost:3000

    Development

    npm install # or pnpm install or yarn install
    npm run dev # localhost:3000
    

    Contributing

    All contributions are greatly appeciated. To start contributing, fork this repository and create a pull request.
  5. Fork the Project
  6. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  7. Commit your Changes (git commit -m 'Add some AmazingFeature')
  8. Push to the Branch (git push origin feature/AmazingFeature)
  9. Open a Pull Request

    License

    Distributed under the MIT License. See LICENSE for more information.

Top categories

Loading Svelte Themes