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

https://github.com/andrewmcodes-archive/self_hosted_webfonts_demo


https://github.com/andrewmcodes-archive/self_hosted_webfonts_demo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Prerequisites

- Ruby `2.6.6`
- Rails `6.0.2.2`
- Node `>12`
- Yarn

### Check out the repository

```bash
git clone [email protected]:andrewmcodes/self_hosted_webfonts_demo.git
```

## Run the setup command

```bash
bin/setup
```

## Start the Rails server

You can start the rails server using the command given below.

```ruby
bundle exec rails s
```

And now you can visit the site with the URL http://localhost:3000