https://github.com/trickypr/pulse-website
https://github.com/trickypr/pulse-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trickypr/pulse-website
- Owner: trickypr
- License: mpl-2.0
- Created: 2022-04-23T10:22:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T22:58:07.000Z (over 3 years ago)
- Last Synced: 2024-05-21T11:46:33.011Z (about 2 years ago)
- Language: TypeScript
- Homepage: pulse-website-five.vercel.app
- Size: 5.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
Website for [Pulse Browser](https://github.com/pulse-browser/browser)
# Development
1. Install Node version 16.0.0 or higher
2. Clone repository locally
3. Install dependencies: `npm i --include=dev`
4. Run `next build` to build the project
5. Run `npm run dev` to run the project
6. Go to `localhost:3000` to view the project