Files
userbase-homepage/README.md
2019-10-01 09:30:22 -07:00

1.4 KiB

Userbase Homepage

This is what generates the https://userbase.dev website.

If you want to develop websites like it was 1997, feel free to reuse this for your website.

Structure

Development

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

# go to the repo directory
cd 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 to the internet using Netlify:

Deploy to Netlify

License

This project is released under the MIT License.