Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
00ae6cc430bb122e7e805dcd52872465ffa97f9c
discourse/bin/dev

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
30 B
Plaintext
Raw Normal View History

DEV: Add basic bin/dev script for launching in development (#23254) We have been discussing potentially adding a Procfile to help launch the application. As part of the discussions, @tgxworld also mentioned it'd be nice to have a command to launch the app in development. This allows us to encode how to start the app in code and ship that in the repo, rather than having to rely on external documentation. Newer installs of Rails come with a bin/dev script for exactly this purpose. This change adds one in retroactively for us. The script currently runs bin/ember-cli -u, which is the canonical way of starting the app for development according to documentation. I know not everyone uses this, but the point of this PR is to add the script first, then we can iterate on the means of running the app. 🙂
2023-08-25 12:07:16 +08:00
#!/bin/bash
bin/ember-cli -u
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 97ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API