SkillAgentSearch skills...

Delphin

Front-end for get.blog, a new way to register .blog domains :dolphin:

Install / Use

/learn @Automattic/Delphin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 git@github.com: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).

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated1y ago
Forks7

Languages

JavaScript

Security Score

80/100

Audited on May 5, 2024

No findings