| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The fastest way to get your idea up and running with Cirrus.
To get started, clone or download the project.
After installing locally, open up the cirrus-start folder in your favorite text-editor/IDE.
Yarn
yarnor
yarn installNpm
npm installMake the changes you want within the project and then run locally with the following commands:
For npm, replace yarn with npm.
After starting the project, the dev serve should be running on http://localhost:9000. This port number can be updated inside webpack.config.js.
To create the production build of your project, run the following command:
Yarn
yarn build:prodNpm
npm run build:prodProject deployment is powered by Surge.sh, a fast way for developers to launch their front-end project. All projects are given a free *.surge.sh domain. Custom domains can be set with a paid plan.
Yarn
yarn deployNpm
npm deploySimply follow the prompts after entering the above command.
To update your existing deployment, use the redeploy command and specify the domain you used.
yarn deploy my-project.surge.shNpm
npm deploy my-project.surge.shOnce you no longer need it deployed, use the teardown comand to remove your project's deployment.
yarn teardownNpm
npm teardownRead our contributing guide and improve Cirrus together.
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.
When creating issues, please follow the templates provided for the issue type you selected. The added detail and formatting will help me understand and resolve your issue faster.
I would greatly appreciate any support for the continued development of this project. 😄
| Back | FazBrowse Home | New Git URL |