Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuckle/bookmark

bookmarks for everyone!
https://github.com/nuckle/bookmark

gulp sass website

Last synced: 25 days ago
JSON representation

bookmarks for everyone!

Awesome Lists containing this project

README

        

# Bookmark

Preview
preview

[Live demo (gitlab)](https://w973.gitlab.io/bookmark)

[Live demo (github)](https://nuckle.github.io/bookmark)

## Installation

Close this repository like this if you need PHPMailer submodule

```sh
git clone --recursive https://github.com/nuckle/bookmark.git
```

Or you can use this

```sh
git clone https://github.com/nuckle/bookmark.git
cd bookmark/
git submodule update
```

## How to deploy

```sh
npm i
npx gulp
```

## How to build

```sh
npx gulp build
```

All the files will be served at `dist/` directory