Back to Twenty

README

packages/create-twenty-app/src/constants/template/README.md

2.5.0905 B
Original Source

This is a Twenty application bootstrapped with create-twenty-app.

Getting Started

This app was scaffolded with a local Twenty server running at http://localhost:2020.

Login with the default development credentials: [email protected] / [email protected].

Run yarn twenty help to list all available commands.

Useful Commands

  • yarn twenty dev - Start the development server and sync your app
  • yarn twenty server status - Check the local Twenty server status
  • yarn twenty server start - Start the local Twenty server
  • yarn test - Run integration tests

Learn More