Skip to content

Latest commit

 

History

History

docusaurus

Steps

Based on the getting started guide.

$ npm install docusaurus
# or
$ npx create-docusaurus@latest research classic --typescript
# some deprecated warns
added 1109 packages, and audited 1110 packages in 55s

203 packages are looking for funding
  run `npm fund` for details

22 vulnerabilities (4 moderate, 18 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
[SUCCESS] Created research.
[INFO] Inside that directory, you can run several commands:

  `npm start`
    Starts the development server.

  `npm run build`
    Bundles your website into static files for production.

  `npm run serve`
    Serves the built website locally.

  `npm deploy`
    Publishes the website to GitHub pages.

We recommend that you begin by typing:

  `cd research`
  `npm start`

Happy building awesome websites!

$ npm start
# not so fast start