The web frontend for the DataCite Commons service.
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM) - Suggestion is to use a version manager like N
- Yarn 1 Classic
git clone <repository-url>
this repositoryyarn install
yarn dev
- Visit your app at http://localhost:3000.
yarn build
yarn start
- Visit your app at http://localhost:3000.
yarn cy:run
yarn cy:open
yarn lint
yarn type-check
The application is built and delpoyed using Vercel and GitHub Actions
- Fork the project
- Write tests for your new feature or a test that reproduces a bug
- Implement your feature or make a bug fix
- Do not mess with Rakefile, version or history
- Commit, push and make a pull request. Bonus points for topical branches.
akita is released under the MIT License.