Skip to content

ltln/litebans-next

Repository files navigation

LiteBans-next

Web interface for LiteBans using Next.js

Features

Getting Started

  1. Clone this repository
git clone https://github.com/ltln/litebans-next.git
  1. Install packages
npm install # or pnpm install or yarn install
  1. 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
  1. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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