Welcome to snpeek!
Clone this repository to your local machine:
git clone https://github.com/snpeek/snpeek.github.io.git
cd snpeek
Ensure Node.js is installed, then run:
npm install
Launch the application on your local development server:
npm run start
Open your browser and navigate to http://localhost:8000.
Start by forking this repository to your own GitHub account.
Clone it to your local machine:
git clone https://github.com/snpeek/snpeek.github.io.git
cd snpeek
Run the following command:
npm install
This will start a development server and open the application in your default browser:
npm start
Compile the production-ready code:
npm run build
Make sure all tests pass before pushing any changes:
npm run test
- Create a Branch: Create a new branch for your feature or fix.
- Make Your Changes: Implement and commit your changes with a meaningful message.
- Push to GitHub: Push the branch to your fork on GitHub.
- Open a Pull Request: From your forked repo, create a new pull request to the original repository.
A quick overview of available scripts in the package.json
file:
test
: Execute tests with Mocha.build
: Build the production version of the application.dev
: Build the development version of the application.watch
: Auto recompile files upon changes.start
: Serve thepublic
folder on a local HTTP server.gh-deploy-init
andgh-deploy
: Commands for deploying to GitHub Pages.generate-data
: Utilize mock data scripts for development/testing.
snpeek is open-sourced software licensed under the MIT License.
Feel free to open an issue for support, questions, or suggestions. We welcome any feedback and contributions!