All Projects → gielcobben → getcaption.co

gielcobben / getcaption.co

Licence: MIT License
Website for Caption app.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to getcaption.co

Hyper Site
The official website for the Hyper terminal
Stars: ✭ 289 (+1964.29%)
Mutual labels:  website, nextjs
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+9228.57%)
Mutual labels:  website, nextjs
Next Pwa
Zero config PWA plugin for Next.js, with workbox 🧰
Stars: ✭ 909 (+6392.86%)
Mutual labels:  website, nextjs
carloscuesta.me
The source of my website 🌍
Stars: ✭ 38 (+171.43%)
Mutual labels:  website, nextjs
Nextjs Website Boilerplate
A Next.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 74 (+428.57%)
Mutual labels:  website, nextjs
site
限界開発鯖公式サイト
Stars: ✭ 25 (+78.57%)
Mutual labels:  website, nextjs
wefootwear-store
next js footwear store e-commerce 🚀🚀🚀
Stars: ✭ 17 (+21.43%)
Mutual labels:  nextjs
expansion-pack
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
Stars: ✭ 16 (+14.29%)
Mutual labels:  nextjs
folio
Interactive Portfolio with Next, GSAP, Tailwind, and React
Stars: ✭ 20 (+42.86%)
Mutual labels:  nextjs
quirrel-next
Moved to main Quirrel repo.
Stars: ✭ 19 (+35.71%)
Mutual labels:  nextjs
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+3621.43%)
Mutual labels:  nextjs
nextjs-portfolio
Source Code for my rebranded personal website and portfolio.
Stars: ✭ 23 (+64.29%)
Mutual labels:  nextjs
EthBuildersNYC-website
The EthBuilders Website. Part Experimentation. Part Magical Unicorn. All Fun. Learn to build a Full Stack DApp with lots of cutting edge features, together.
Stars: ✭ 18 (+28.57%)
Mutual labels:  nextjs
heroku-nextjs-build
Heroku build adapter for Next.js (an npm module)
Stars: ✭ 12 (-14.29%)
Mutual labels:  nextjs
mn.reactjs.org
(Work in progress) React documentation website in Mongolian
Stars: ✭ 33 (+135.71%)
Mutual labels:  website
x-frame-options
x-frame-options bypass
Stars: ✭ 29 (+107.14%)
Mutual labels:  website
cvpr18-caption-eval
Learning to Evaluate Image Captioning. CVPR 2018
Stars: ✭ 79 (+464.29%)
Mutual labels:  caption
ish.app
The iSH website
Stars: ✭ 66 (+371.43%)
Mutual labels:  website
website
The code which powers jacobtomlinson.dev
Stars: ✭ 16 (+14.29%)
Mutual labels:  website
playbook
The almighty Voorhoede playbook, synced from Dropbox Paper.
Stars: ✭ 31 (+121.43%)
Mutual labels:  website

Caption Website

Find the right subtitles. Easy.

Get Caption (App)

Project layout

  • Makefile Shorthands for commands to quickly build or install.
  • config.coffee Configuration variables like page context function
  • pages The html pages including site structure.
  • templates The templates used in the html pages (for extend and include).
  • assets - static Just static files like images, fonts and downloads. - css CSS and SCSS files and dependents. The top level files get compiled. - scripts javascript/coffeescript files and dependents. The top level files get compiled and minified.
  • package.json npm information about used javascript packages.
  • .build Path for the generated site (hidden by default).

Sprites

Every folder within assets/sprites will be converted into a sprite package. This will result in an SCSS and image file. The SCSS file will end up in the project folder with the same location as the images. So assets/sprites/mainpage/*.png will generate an SCSS file at assets/sprites/mainpage.scss. That way you can include it in your main SCSS file and everything will work.

Troubleshooting

  • You can update node with brew update; brew upgrade node; npm update -g (Mac only).
  • You can reset your npm packages with rm -Rf ./node_modules.

Related Repositories

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].