Skip to content

delta/codecharacter-frontend

Repository files navigation

CodeCharacter Web 2024

Monorepo for the web app, renderer and map designer of CodeCharacter 2024


Setup

  1. Configurations
cp config/config.example.ts config/config.ts
  1. Default codes
git submodule update --init

Scripts

(To be run with yarn prefix)

  • dev starts the development server with HMR
  • build builds the web app
  • prod builds the web app for production and starts the live static server
  • storybook starts the storybook server
  • test runs the test suite with Jest
  • lint runs the linter for the project
  • format runs the formatter for the project

Docker

docker compose up

Container will be running on port 3000

Documentation and preview deployments

Check out here.

License

MIT License

(c) Delta Force

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages