/space_mans

Primary LanguageTypeScript

Node version: >=14

The project was created in conjunction with react and gatsby

npm run "dev": "gatsby develop",
npm run "start": "gatsby develop",
npm run "build": "gatsby build",
npm run "serve": "gatsby serve",
npm run "clean": "gatsby clean"

To create a production assembly, you need to run the commands:

npm install
npm run build

The assembly will appear in the public folder, it should be uploaded to the server where the site will be located.