Fork the repository
# Clone the forked repository
git clone https://github.com/<git-username>/check-commit.git
# Enter project directory
cd svelte-app
# Install dependencies
npm install
# Build & run the project (uses webpack)
npm run dev
Navigate to localhost:8080. You should see your app running.
Install now
if you haven't already:
npm install -g now
Then, from within your project folder:
now
As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.
Install surge
if you haven't already:
npm install -g surge
Then, from within your project folder:
npm run build
surge public