/osmose-website

OSmOSE showcase website

Primary LanguageTypeScript

OSmOSE showcase website

OSmOSE stands for Open Science meets Ocean Sounds Explorers. This repository contains the showcase website of the association.

Installation / development

# Install the modules from the package.json file
npm install
# Run development server
npm start
# Run test suite
npm test
# Run Storybook
npm run storybook

All the files (components and stories) under src/stories were created by Storybook and are temporarly kept to be used as examples for stories creation. More data about Storybook in the dedicated storybook internal documentation.

Libraries used

The site was bootstrapped with:

Boostrap history:

npx create-react-app --template typescript osmose-website
npx -p @storybook/cli sb init
npm install --save react-router-dom
npm install --save-dev @types/react-router-dom