-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7326467
commit 7904018
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# modular | ||
# modular | ||
|
||
`modular` allows you to develop and deploy applications, written as JavaScript modules, across multiple repositories. | ||
|
||
It consists of a few parts: | ||
|
||
- a spec for tracking and resolving dependencies | ||
- a development server to write and debug code locally | ||
- a tool to build and deploy these assets | ||
- documentation and guidance |