/seadex

Primary LanguageTypeScriptThe UnlicenseUnlicense

Seadex

A Certain Smoke's Index

Getting Started

  1. Set up the database. We use PostgreSQL.
  2. Run sequelize migrations
  3. Set up the environment variables based on .env.example.
  4. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.