Skip to content

Coder0xH/website-external

Repository files navigation


To setup a dev environment:

# Clone the repository

# Install dependencies 
npm i

# Run the local dev server
npm run dev

To serve a production build:

# Install dependencies if not already done - 'npi i'

# Build for production
npm run build

# Serve the build using express
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published