linkage-community / mozuku

:whale: One of seaweed, client of rinsuki/sea
GNU General Public License v3.0
8 stars 6 forks source link
sea-sns

mozuku Netlify Status

:whale: One of seaweed, client of rinsuki/sea.

Getting Started

# Install dependencies
$ yarn install

# Copy .env.example to .env
$ cp .env.example .env

# Add client_id and client_secret
$ editor .env

# Let's start
$ yarn start

# Remove .cache directory if an error occurs
$ rm -rf .cache