Skip to content

MintIcetea/tams

Repository files navigation

TAMS - Twitter Account Management System

Setup

  1. Install Node.js
  • Install all dependencies
npm install
  • Copy .env.example and rename the copied file to .env. Then change the environment variable according to your needs

Installation

  • Developement
# Development mode with file watch
npm run dev
  • Build and run
# Build the web application
npm run build

# Run the build
npm start

Notes

Utilities

  • Format codebase
# Format the whole code base using Prettier
npm run format
  • Lint codebase
# Lint the whole coe base using ESLint
npm run lint
  • For docker user
# Start application with docker compose
npm run docker:start

# Stop application with docker compose
npm run docker:stop

Environment variables

  • NEXT_PUBLIC_API_HOST: Backend server host. Do NOT add trailing / at the end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published