Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 507 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 507 Bytes

awesome-software

Some recommendations regarding software for desktop and mobile 🔝

⚠️ The repo's master branch contains the source files for the site. The static files are in the gh-pages branch!

Development

Install dependencies

yarn

Run development server

yarn dev

Build for production

yarn build

For more details, please head VitePress's documentation.