nztim / userbase-homepage

The Userbase homepage.

Home Page:https://userbase.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Userbase Homepage

This is what generates the userbase.com homepage. If you're looking for the open source version of Userbase, you can find that at encrypted-dev/userbase.

If you want to create a product website like it was 1997, feel free to fork this repo and reuse anything you want for your site (except the name and the logo).

Structure

Development

# clone this repo
git clone https://github.com/encrypted-dev/userbase-homepage.git

# go to the repo directory
cd userbase-homepage

# install all dependencies
npm install

# start the website on http://localhost:3000 with hot module reloading
npm start

Production

# install all dependencies using the versions in package-lock.json
npm ci

# generate the build artifacts in the dist directory
npm run build

Deployment

You can 1-click deploy this to the internet using Netlify:

Deploy to Netlify

License

This project is released under the MIT License.

About

The Userbase homepage.

https://userbase.dev

License:MIT License


Languages

Language:HTML 85.3%Language:CSS 8.4%Language:JavaScript 6.3%