DappConnect website https://wakuconnect.dev/
Go to file
F 782960d95e
Update readme to use package json scripts (#8)
2021-11-30 11:55:49 +11:00
src Update readme to use package json scripts (#8) 2021-11-30 11:55:49 +11:00
.gitignore Initial project 2021-09-13 11:15:50 +02:00
README.md Update readme to use package json scripts (#8) 2021-11-30 11:55:49 +11:00
_config.yml Initial project 2021-09-13 11:15:50 +02:00
gulpfile.js Add instructions to run locally and fix file path to locally (#7) 2021-10-13 15:34:14 +11:00
package-lock.json Update readme to use package json scripts (#8) 2021-11-30 11:55:49 +11:00
package.json Add instructions to run locally and fix file path to locally (#7) 2021-10-13 15:34:14 +11:00
postcss.config.js Initial project 2021-09-13 11:15:50 +02:00
tailwind.config.js Animation speed 2021-09-20 08:38:49 +02:00

README.md

How to run the project

  1. Install the dependencies:

    # npm
    npm install
    
  2. Start the development server:

    # Using gulp
    npm run dev
    

    Now you should be able to see the project running at localhost:3000.

  3. Open ./index.html in your editor and start editing!

For production

# Using gulp
npm run build