2.0.2 • Published 3 years ago
create-sveltepress-app v2.0.2
What is create-sveltepress-app?
create-sveltepress-app is a wrapper around degit for easier installation of SveltePress. It also has some adders, check them out on the help page!
Usage
# Replace `my-sveltepress-project` with the name you desire
npx create-sveltepress-app create my-sveltepress-project
# Change directory to the folder from the previous step
cd my-sveltepress-project
# Install dependencies
# PNPM is recommended but both YARN and NPM will do
pnpm install
# All available commands
npx create-sveltepress-app -h
For more info on how SveltePress works, how to set it up & more, visit https://sveltepress.geopjr.dev/
Contributing
- Read the Code of Conduct
- Fork it ( https://github.com/GeopJr/SveltePress/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request