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

https://github.com/atais/polskilogopeda


https://github.com/atais/polskilogopeda

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Development

1. Install `ruby` (https://www.ruby-lang.org/)

2. Install `Jekyll` (https://jekyllrb.com/docs/pages/)

```
gem install bundler
bundle install
```

3. Install node (https://nodejs.org/)

4. Clone the project

```
git clone https://github.com/atais/polskilogopeda.git
```

5. Install npm dependencies

```
cd polskilogopeda
npm install
```

6. Start the development server

```
npm start
```

7. Enter website

```
localhost:4000
```

# Deploy

1. Deploy the solution with webpack

```
npm run deploy
```

2. Enable GitHub to serve your website from `gh-pages` branch