mirror of
https://github.com/remoteintech/remote-jobs
synced 2025-01-14 05:23:54 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
267d9e39b3
4 changed files with 103 additions and 0 deletions
50
.github/CONTRIBUTING.md
vendored
50
.github/CONTRIBUTING.md
vendored
|
@ -12,3 +12,53 @@ Pull Requests will be accepted based on the following:
|
|||
1. The company has a profile page and the company name links to it (see example [here](/company-profiles/example.md))
|
||||
|
||||
Thanks for contributing!
|
||||
|
||||
# Docker
|
||||
### For starting the Docker File
|
||||
|
||||
```
|
||||
>remote-jobs $ sudo docker build remote -t remote-jobs
|
||||
>remote-jobs $ sudo docker images ls
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
remote-job latest 971f9317008d 14 minutes ago 204MB
|
||||
>remote-jobs $ sudo docker run -p 8080:8081 remote-job
|
||||
> start
|
||||
> bin/serve-site.js
|
||||
|
||||
Parsing content
|
||||
Requesting URL "https://blog.remoteintech.company/"
|
||||
Requesting URL "https://s1.wp.com/_static/??-eJyNktFSAyEMRX9IiGvXVh8cvwXYDKYGliHQDn..."
|
||||
Requesting URL "https://s1.wp.com/_static/??-eJyVUO1qwzAMfKFpImOk7Mfos7iqmjixLWPLlL..."
|
||||
Requesting URL "https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.c..."
|
||||
Requesting URL "https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&css..."
|
||||
Requesting URL "https://s0.wp.com/?custom-css=1&csblog=9eXnX&cscache=6&csrev=6"
|
||||
Requesting URL "https://s0.wp.com/_static/??-eJx9jNsKwjAMhl/ILky0sAvxWUobZrYegkkpe3..."
|
||||
Copying favicon files
|
||||
Generating search index
|
||||
Writing main page
|
||||
Writing company pages..........................................................................
|
||||
Writing custom 404 page
|
||||
|
||||
Writing empty robots.txt
|
||||
|
||||
Site files are ready in "site/build/"
|
||||
Starting up http-server, serving /node/site/build
|
||||
|
||||
http-server version: 14.0.0
|
||||
|
||||
http-server settings:
|
||||
CORS: disabled
|
||||
Cache: 3600 seconds
|
||||
Connection Timeout: 120 seconds
|
||||
Directory Listings: visible
|
||||
AutoIndex: visible
|
||||
Serve GZIP Files: false
|
||||
Serve Brotli Files: false
|
||||
Default File Extension: none
|
||||
|
||||
Available on:
|
||||
http://127.0.0.1:8080
|
||||
http://172.17.0.2:8080
|
||||
Hit CTRL-C to stop the server
|
||||
|
||||
```
|
||||
|
|
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM node:alpine
|
||||
|
||||
RUN mkdir node
|
||||
|
||||
COPY . ./node
|
||||
|
||||
WORKDIR /node/
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD npm start
|
||||
|
||||
|
||||
|
|
@ -5,6 +5,7 @@ A list of semi to fully remote-friendly companies in or around tech.
|
|||
|
||||
Contributions are very welcome! Please [review our contributing guidelines](https://github.com/remoteintech/remote-jobs/tree/main/.github/CONTRIBUTING.md) and then submit a new entry or update.
|
||||
|
||||
|
||||
## Companies
|
||||
|
||||
Name | Website | Region
|
||||
|
@ -104,6 +105,7 @@ Name | Website | Region
|
|||
[Brainstorm Force](/company-profiles/brainstorm-force.md) | https://brainstormforce.com/ | Worldwide
|
||||
[Brave Investments](/company-profiles/brave-investments.md) | https://www.crunchbase.com/organization/brave-investment | Brazil
|
||||
[Bright Funds](/company-profiles/bright-funds.md) | https://www.brightfunds.org | USA
|
||||
[Brikl](/company-profiles/brikl.md) | https://www.brikl.com/ | North America, Asia
|
||||
[BriteCore](/company-profiles/britecore.md) | https://britecore.com/ | USA, Worldwide
|
||||
[Broadwing](/company-profiles/broadwing.md) | https://www.broadwing.io/ | Worldwide
|
||||
[Buffer](/company-profiles/buffer.md) | https://buffer.com/ | Worldwide
|
||||
|
|
37
company-profiles/brikl.md
Normal file
37
company-profiles/brikl.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Brikl
|
||||
|
||||
## Company blurb
|
||||
|
||||
Brikl is the leading eCommerce MicroStore technology partner for custom and promotional businesses worldwide. Our market-leading features include 15-minute store setup, bulk embellishment, and supplier integrations, vastly reducing the effort, cost, and chaos involved in the selling and customization process. We help build profitable businesses, increase employee happiness and offer internal efficiencies that positively impact the planet, enabling companies to create better across their organizations.
|
||||
|
||||
## Company size
|
||||
|
||||
100-150 Employees
|
||||
|
||||
## Remote status
|
||||
|
||||
5 days work week with flexible hours and WFH policy.
|
||||
|
||||
## Region
|
||||
|
||||
North America, Asia
|
||||
|
||||
## Company technologies
|
||||
|
||||
- NodeJs
|
||||
- React
|
||||
- Prisma
|
||||
- AWS lambda
|
||||
- GraphQL
|
||||
|
||||
## Office locations
|
||||
|
||||
- Bangkok, Thailand
|
||||
- Ohio, USA
|
||||
- Leuven,Belgium
|
||||
|
||||
## How to apply
|
||||
|
||||
[Brikl Careers Page](https://www.brikl.com/jobs)
|
||||
|
||||
|
Loading…
Reference in a new issue