Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/nuckle/bookmark
- Owner: nuckle
- License: agpl-3.0
- Created: 2022-12-14T19:33:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:39:25.000Z (about 1 month ago)
- Last Synced: 2024-11-17T14:37:15.109Z (about 1 month ago)
- Topics: gulp, sass, website
- Language: PHP
- Homepage: https://nuckle.github.io/bookmark/
- Size: 520 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmark
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