mirror of
https://github.com/starship/starship.git
synced 2024-11-25 09:43:36 +01:00
7485c90c9f
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.0.0-rc.44"
|
|
}
|
|
}
|