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!
It’s built with JavaScript – a very light Node.js server, React.js, Redux, Webpack, and many other wonderful libraries.
- Make sure you have
git
,node
,npm
, andyarn
installed - Clone this repository locally with
git@github.com:Automattic/delphin.git
- Execute
yarn start
to install packages and start the server - Add
127.0.0.1 delphin.localhost
to yourhosts
file - 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.
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
.
Delphin follows Calypso's guidelines.
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).
Delphin is licensed under GNU General Public License v2 (or later).