All Projects → Automattic → Delphin

Automattic / Delphin

Licence: gpl-2.0
Front-end for get.blog, a new way to register .blog domains 🐬

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Delphin

Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-53.57%)
Mutual labels:  webpack
Vue Multipage
Vue 多页面项目模板
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
That React App You Want
That react app you always wanted: [email protected], [email protected], postCSS, purifycss, dll's and code splitting examples, bregh. Highly opinionated but you better like it.
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Webpack Dev Server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Stars: ✭ 7,250 (+25792.86%)
Mutual labels:  webpack
Elm Webpack Starter
Boilerplate for developing Elm apps on Webpack
Stars: ✭ 884 (+3057.14%)
Mutual labels:  webpack
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack
Svelte Redux Shopping Cart
Example Shopping Cart App using Svelte, Redux, and Webpack
Stars: ✭ 13 (-53.57%)
Mutual labels:  webpack
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+3275%)
Mutual labels:  webpack
Webpack Hashed Chunkids
a plugin to help webpack to generate unique chunk id based on unique module id
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
Fe
前端 100 天,帮助 10W 人入门并进阶前端。
Stars: ✭ 907 (+3139.29%)
Mutual labels:  webpack
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+26214.29%)
Mutual labels:  webpack
Front End Canteen
你的前端食堂,吃好每一顿饭🍥
Stars: ✭ 878 (+3035.71%)
Mutual labels:  webpack
Electron Webpack Preact
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux 💫 多技术栈前端项目模板
Stars: ✭ 877 (+3032.14%)
Mutual labels:  webpack
React Scaffold
The best scaffold for React
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Webpack Common Shake
CommonJS Tree Shaker plugin for WebPack
Stars: ✭ 875 (+3025%)
Mutual labels:  webpack
Gt React Scaffold
🥚A boilerplate for client apps of webpack, react, redux, router...
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
Webpack Boilerplate
[DEPRECATED] Webpack with Vue.js boilerplate.
Stars: ✭ 28 (+0%)
Mutual labels:  webpack
Skyvow.github.io
🐶 My resume - 个人简历
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Google Apps Script Template
A starting point for google apps script projects for transpilation, editing and deployment
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack

Delphin

Delphin was the get.blog front-end – a place where you could register a .blog domain in the easiest way.

Delphin has reached its goals and allowed us to launch .blog successfully, but it's been since sunset. As such this repository has been archived - it's no longer actively maintained, the repository is read-only, but you can still fork it!

beautiful screenshot

It’s built with JavaScript – a very light Node.js server, React.js, Redux, Webpack, and many other wonderful libraries.

Getting started

  1. Make sure you have git, node, npm, and yarn installed
  2. Clone this repository locally with [email protected]:Automattic/delphin.git
  3. Execute yarn start to install packages and start the server
  4. Add 127.0.0.1 delphin.localhost to your hosts file
  5. Open http://delphin.localhost:1337 in your browser

Alternatively, you can use Delphin Bootstrap to set up a virtual machine with a Delphin development environment for you.

Testing

You can execute the test suite with yarn test.

Code in folders named lib or reducers should have unit tests. Moreover, these tests should live in a subdirectory inside the corresponding module named tests. We use Jest for writing tests and encourage test-driven development (TDD).

You can execute an individual test with e.g. yarn test app/reducers/ui/domain-search/tests.

Coding Guidelines

Delphin follows Calypso's guidelines.

Browser Support

We support the latest two versions of all major browsers, except IE, where we currently only support 11 and Edge (see Browse Happy for current latest versions).

License

Delphin is licensed under GNU General Public License v2 (or later).

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].